Visual Basic | |
---|---|
Function Rename( _ ByVal NewName As System.String _ ) As dsCreateObjectResult_e |
C# | |
---|---|
dsCreateObjectResult_e Rename( System.string NewName ) |
JavaScript | |
---|---|
Rename( NewName : String ) : String |
COM native C++ | |
---|---|
HRESULT Rename( BSTR NewName, dsCreateObjectResult_e* Result ) |
C++ | |
---|---|
DSRESULT Rename( const dsString& NewName, dsCreateObjectResult_e* Result ) |
Parameters
- NewName
- New name of this coordinate system
- Result[out] or Return Value
- Return status as defined in dsCreateObjectResult_e
Manage Custom Coordinate Systems (C#)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VBA)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VBA)
ICustomCoordinateSystem Interface
ICustomCoordinateSystem Members
ICustomCoordinateSystem::GetName Method
ICustomCoordinateSystem Members
ICustomCoordinateSystem::GetName Method
DraftSight V1R1.4