CreateCoordinateSystem

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

 

JavaScript

 

CreateCoordinateSystem(

       WellKnownText)

 

C#

 

ICoordinateSystem80 CreateCoordinateSystem(

       string WellKnownText)

 

C++

 

HRESULT CreateCoordinateSystem(

        BSTR WellKnownText,      

        ICoordinateSystem80 ** pVal )  

 

Parameters

WellKnownText

The Well-Known Text as a string value.

pVal

An ICoordinateSystem80 representing the coordinate system created.

Exceptions

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