ImportFromWKT

Assigns geometry from Well-Known Text data.

 

JavaScript

 

ImportFromWKT(

       wkt)

 

C#

 

void ImportFromWKT(

       string wkt)

 

C++

 

HRESULT ImportFromWKT(

       BSTR wkt)

Parameters

wkt

The Well-Known Text representation.

Exceptions

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