CSIconIsOn Property (IViewTile) Send Feedback
See Also  Example
Gets or sets whether the coordinate system icon is displayed at the origin.

Syntax

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

Property Value

True if the coordinate system icon is displayed at the origin, false if not

Example

Remarks

To display the coordinate system icon at the origin, call IViewTile::CSIconAtOrigin.

See Also

Availability

DraftSight V1R6.0