Visual Basic | |
---|---|
Function RemoveCustomCoordinateSystem( _ ByVal CustomCoordinateSystemName As System.String _ ) As System.Boolean |
C# | |
---|---|
System.bool RemoveCustomCoordinateSystem( System.string CustomCoordinateSystemName ) |
JavaScript | |
---|---|
RemoveCustomCoordinateSystem( CustomCoordinateSystemName : String ) : Boolean |
COM native C++ | |
---|---|
HRESULT RemoveCustomCoordinateSystem( BSTR CustomCoordinateSystemName, VARIANT_BOOL* Result ) |
C++ | |
---|---|
DSRESULT RemoveCustomCoordinateSystem( const dsString& CustomCoordinateSystemName, bool* Result ) |
Parameters
- CustomCoordinateSystemName
- Name of the coordinate system to delete
- Result[out] or Return Value
- True if successful, false if not
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