[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can select objects in this document.")] public virtual bool AllowSelect {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can select objects in this document.")] public virtual bool AllowSelect {get; set;}
aView.Selection.Select(obj)
or aView.Selection.Add(obj)
.