This method creates a coordinate system from a Well Known Text string.
|
JavaScript |
|
|
CreateCoordinateSystem(WellKnownText) |
|
|
C# |
|
|
ICoordinateSystem61 CreateCoordinateSystem( string WellKnownText) |
|
|
C++ |
|
|
HRESULT CreateCoordinateSystem( BSTR WellKnownText, ICoordinateSystem61 ** pVal ) |
|
Parameters
WellKnownText
The Well Known Text as a string value.
pVal
An ICoordinateSystem61 representing the coordinate system created.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.