Active Property (IViewTile) Send Feedback
See Also 
Gets or sets whether this ViewTile is the active ViewTile.

Syntax

Visual Basic 
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 
C++ 
DSRESULT get_Active (
   bool* Val
)
DSRESULT put_Active(
   boolNewVal 
)

Property Value

True if this ViewTile is the active ViewTile, false if not

See Also

Availability

DraftSight V1R6.0