Gets or sets the status of this Layer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Status As System.Boolean |
C# | |
---|
System.bool Status {get; set;} |
JavaScript | |
---|
get_Status () : Boolean
put_Status (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Status(
VARIANT_BOOL* Val
)
HRESULT put_Status(
VARIANT_BOOL NewVal |
Property Value
True if the Layer is active, false if not
Example
See Also
Availability
DraftSight 2018 SP0