GetNamedCustomCoordinateSystemList Method (ICustomCoordinateSystemManager) Send Feedback
See Also  Example
CustomCoordinateSystemNamesStrArray[out]
Array of strings of the coordinate system names
Gets the names of all of the existing coordinate systems.

Syntax

Visual Basic 
Function GetNamedCustomCoordinateSystemList() As System.Object
C# 
System.object GetNamedCustomCoordinateSystemList()
JavaScript 
GetNamedCustomCoordinateSystemList() : Array
COM native C++ 
HRESULT GetNamedCustomCoordinateSystemList(
   VARIANT* CustomCoordinateSystemNamesStrArray
)  
C++ 
DSRESULT GetNamedCustomCoordinateSystemList(
   dsStringArray* CustomCoordinateSystemNamesStrArray
)  

Parameters

CustomCoordinateSystemNamesStrArray[out] or Return Value
Array of strings of the coordinate system names

Example

 

See Also

Availability

DraftSight V1R1.4