SaveActiveViewAs Method (ICustomCoordinateSystemManager) Send Feedback
See Also  Example
Result[out]
Return status as defined in dsCreateObjectResult_e
Name
New name for the coordinate system
CustomCoordinateSystem[out]
ICustomCoordinateSystem
Creates a new instance of a coordinate system with the specified name for the active view.

Syntax

Visual Basic 
Function SaveActiveViewAs( _
   ByVal Name As System.String, _
   ByRef CustomCoordinateSystem As CustomCoordinateSystem _
) As dsCreateObjectResult_e
C# 
dsCreateObjectResult_e SaveActiveViewAs( 
   System.string Name,
   out CustomCoordinateSystem CustomCoordinateSystem
)
JavaScript 
SaveActiveViewAs( 
   Name : String
) : {
   CustomCoordinateSystem : dsCustomCoordinateSystem,
   Result : String
}
COM native C++ 
HRESULT SaveActiveViewAs( 
   BSTR Name,
   ICustomCoordinateSystem** CustomCoordinateSystem,
   dsCreateObjectResult_e* Result
) 
C++ 
DSRESULT SaveActiveViewAs( 
   const dsString& Name,
   dsCustomCoordinateSystem** CustomCoordinateSystem,
   dsCreateObjectResult_e* Result
) 

Parameters

Name
New name for the coordinate system
CustomCoordinateSystem[out]
ICustomCoordinateSystem
Result[out] or Return Value
Return status as defined in dsCreateObjectResult_e

Example

 

See Also

Availability

DraftSight V1R1.4