GetNamedCustomCoordinateSystem Method (ICustomCoordinateSystemManager) Send Feedback
See Also 
CustomCoordinateSystem[out]
ICustomCoordinateSystem
CSSName
Name of coordinate system
Gets the coordinate system with the specified name.

Syntax

Visual Basic 
Function GetNamedCustomCoordinateSystem( _
   ByVal CSSName As System.String _
) As CustomCoordinateSystem
C# 
CustomCoordinateSystem GetNamedCustomCoordinateSystem( 
   System.string CSSName
)
JavaScript 
GetNamedCustomCoordinateSystem( 
   CSSName : String
) : dsCustomCoordinateSystem
COM native C++ 
HRESULT GetNamedCustomCoordinateSystem( 
   BSTR CSSName,
   ICustomCoordinateSystem** CustomCoordinateSystem
) 
C++ 
DSRESULT GetNamedCustomCoordinateSystem( 
   const dsString& CSSName,
   dsCustomCoordinateSystem** CustomCoordinateSystem
) 

Parameters

CSSName
Name of coordinate system
CustomCoordinateSystem[out] or Return Value
ICustomCoordinateSystem
 

See Also

Availability

DraftSight V1R1.4