Home > All Other Interfaces > IGeometryCreator > CreateGeometryFromWKB
Creates a geometry from the object’s Well-Known Binary representation.
JavaScript |
|
|
C# |
|
|
C++ |
|
HRESULT CreateGeometryFromWKB( VARIANT buffer, IGeometry** pVal) |
Parameters
buffer
The buffer containing the Well-known Binary representation for the geometry object.
Return Value
pVal
An IGeometry representing the newly created geometry.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.