ImportFromWKB

Assigns geometry from Well-Known Binary data.

 

JavaScript

 

ImportFromWKB(

       buffer)

 

C#

 

void ImportFromWKB(

       object buffer)

 

C++

 

HRESULT ImportFromWKB(

       VARIANT buffer)

Parameters

buffer

The buffer containing the Well-Known Binary representation for the geometry object.

Exceptions

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