AcadPreferencesClassSelection Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual AcadPreferencesSelection Selection { get; }
Public Overridable ReadOnly Property Selection As AcadPreferencesSelection
Get
public:
virtual property AcadPreferencesSelection^ Selection {
AcadPreferencesSelection^ get ();
}
abstract Selection : AcadPreferencesSelection with get
override Selection : AcadPreferencesSelection with get
Property Value
Type:
AcadPreferencesSelection
Implements
IAcadPreferencesSelection
See Also