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