RemoveCustomCoordinateSystem Method (ICustomCoordinateSystemManager) Send Feedback
See Also  Example
Result[out]
True if successful, false if not
CustomCoordinateSystemName
Name of the coordinate system to delete
Deletes the coordinate system with the specified name.

Syntax

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

Example

 

See Also

Availability

DraftSight V1R1.4