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
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (C#)
Manage Custom Coordinate Systems (VBA)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (C#)
Manage Custom Coordinate Systems (VBA)
DraftSight V1R1.4