Gets or sets whether this Viewport is activated.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Active As System.Boolean |
C# | |
---|
System.bool Active {get; set;} |
JavaScript | |
---|
get_Active () : Boolean
put_Active (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Active(
VARIANT_BOOL* Val
)
HRESULT put_Active(
VARIANT_BOOL NewVal |
Property Value
True if this Viewport is activated, false if not
Example
See Also
Availability
DraftSight V1R3.0