CCSPerViewTile Property (IViewTile) Send Feedback
See Also 
Gets or sets whether the custom coordinate system associated with this ViewTile becomes active when the ViewTile is activated.

Syntax

Visual Basic 
Property CCSPerViewTile As System.Boolean
C# 
System.bool CCSPerViewTile {get; set;}
JavaScript 
get_CCSPerViewTile () : Boolean
put_CCSPerViewTile (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_CCSPerViewTile(
   VARIANT_BOOL* Val
) 
HRESULT put_CCSPerViewTile( 
   VARIANT_BOOLNewVal 
C++ 
DSRESULT get_CCSPerViewTile (
   bool* Val
)
DSRESULT put_CCSPerViewTile(
   boolNewVal 
)

Property Value

True if the custom coordinate system associated with this ViewTile becomes active when the ViewTile is activated, false if not

See Also

Availability

DraftSight V1R6.0