CreateCoordinateSystem

This method creates a coordinate system from a Well-Known Text string.

 

JavaScript

 

CreateCoordinateSystem(

       WellKnownText)

 

C#

 

ICoordinateSystem66 CreateCoordinateSystem(

       string WellKnownText)

 

C++

 

HRESULT CreateCoordinateSystem(

        BSTR WellKnownText,

        ICoordinateSystem66 ** pVal )   

 

Parameters

WellKnownText

The Well-Known Text as a string value.

pVal

An ICoordinateSystem66 representing the coordinate system created.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.