Gets or sets whether this ViewTile is the active ViewTile.
.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_BOOLNewVal |
Property Value
True if this ViewTile is the active ViewTile, false if not
See Also
Availability
DraftSight V1R6.0