AcadDocumentClassActive Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool Active { get; }
Public Overridable ReadOnly Property Active As Boolean
Get
public:
virtual property bool Active {
bool get ();
}
abstract Active : bool with get
override Active : bool with get
Property Value
Type:
Boolean
Implements
IAcadDocumentActive
See Also