AcadDocumentClassActiveUCS Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual AcadUCS ActiveUCS { get; set; }
Public Overridable Property ActiveUCS As AcadUCS
Get
Set
public:
virtual property AcadUCS^ ActiveUCS {
AcadUCS^ get ();
void set (AcadUCS^ value);
}
abstract ActiveUCS : AcadUCS with get, set
override ActiveUCS : AcadUCS with get, set
Property Value
Type:
AcadUCS
Implements
IAcadDocumentActiveUCS
See Also