CSIconAtOrigin Property (IViewTile) Send Feedback
See Also  Example
Gets or sets whether to display the coordinate system icon at the origin.

Syntax

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

Property Value

True to display the coordinate system icon at the origin, false to not

Example

Remarks

To determine if the coordinate system icon is already displayed at the origin, call IViewTile::CSIconIsOn.

See Also

Availability

DraftSight V1R6.0