AcadLayerClassUsed Property
|
Namespace: BricscadDb
Assembly: BricscadDb (in BricscadDb.dll)
Version: 25.0.0.0
Syntax
public virtual bool Used { get; }
Public Overridable ReadOnly Property Used As Boolean
Get
public:
virtual property bool Used {
bool get ();
}
abstract Used : bool with get
override Used : bool with get
Property Value
Boolean
Implements
IAcadLayerUsed
See Also