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