Home > Working with SGWorld > CoordServices (ICoordServices6) > CreateCoordinateSystem
This method opens a high-level dialog that allows the user to create a coordinate system.
|
JavaScript |
|
|
CreateCoordinateSystem(WellKnownText) |
|
|
C# |
|
|
ICoordinateSystem6 CreateCoordinateSystem( string WellKnownText) |
|
|
C++ |
|
|
HRESULT CreateCoordinateSystem( BSTR WellKnownText, ICoordinateSystem6 ** pVal ) |
|
Parameters
WellKnownText
The Well Known Text as a string value.
pVal
An ICoordinateSystem6 representing the coordinate system created.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.