GetCustomCoordinateSystem Method (INamedView) Send Feedback
See Also 
CustomCoordinateSystem[out]
Custom coordinate system
Gets the custom coordinate system associated with this named view.

Syntax

Visual Basic 
Function GetCustomCoordinateSystem() As CustomCoordinateSystem
C# 
CustomCoordinateSystem GetCustomCoordinateSystem()
JavaScript 
GetCustomCoordinateSystem() : dsCustomCoordinateSystem
COM native C++ 
HRESULT GetCustomCoordinateSystem(
   ICustomCoordinateSystem** CustomCoordinateSystem
)  
C++ 
DSRESULT GetCustomCoordinateSystem(
   dsCustomCoordinateSystem** CustomCoordinateSystem
)  

Parameters

CustomCoordinateSystem[out] or Return Value
Custom coordinate system

Remarks

Null or nothing is returned if a custom coordinate system is not associated with this named view.
 

See Also

Availability

DraftSight V1R5.0