Visual Basic | |
---|---|
Sub GetDefaultCustomCoordinateSystemFlag( _ ByRef IsDefault As System.Boolean, _ ByRef DefaultCustomCoordinateSystemFlag As dsDefaultCustomCoordinateSystem_e _ ) |
C# | |
---|---|
void GetDefaultCustomCoordinateSystemFlag( out System.bool IsDefault, out dsDefaultCustomCoordinateSystem_e DefaultCustomCoordinateSystemFlag ) |
JavaScript | |
---|---|
GetDefaultCustomCoordinateSystemFlag( ) : { IsDefault : Boolean, DefaultCustomCoordinateSystemFlag : String } |
COM native C++ | |
---|---|
HRESULT GetDefaultCustomCoordinateSystemFlag( VARIANT_BOOL* IsDefault, dsDefaultCustomCoordinateSystem_e* DefaultCustomCoordinateSystemFlag ) |
C++ | |
---|---|
DSRESULT GetDefaultCustomCoordinateSystemFlag( bool* IsDefault, dsDefaultCustomCoordinateSystem_e* DefaultCustomCoordinateSystemFlag ) |
Parameters
- IsDefault[out]
- True if this is the default coordinate system, false if not
- DefaultCustomCoordinateSystemFlag[out] or Return Value
- Kind of default coordinate system as defined in dsDefaultCustomCoordinateSystem_e; valid only if IsDefault = true
Manage Custom Coordinate Systems (C#)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VBA)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VBA)
DraftSight V1R1.4