Home > All Other Interfaces > IGeometryCreator > CreateGeometryFromWKT
Creates a geometry based on the Well-Known Text representation for the geometry object.
JavaScript |
|
|
C# |
|
|
C++ |
|
HRESULT CreateGeometryFromWKT( BSTR buffer, IGeometry** pVal) |
Parameters
buffer
The buffer containing the Well-known Text 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.