Gets or sets whether to display the coordinate system icon at the origin.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
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
See Also
Availability
DraftSight V1R6.0