This document is archived and information here might be outdated. Recommended version. |
Creates an OGIS WKB format from a geometry object.
[Visual Basic .NET] Public Function CreateWkbVariantFromGeometry ( _ ByVal inGeometry As IGeometry _ ) As Object
[C#] public object CreateWkbVariantFromGeometry ( IGeometry inGeometry );
[C++]
HRESULT CreateWkbVariantFromGeometry(
IGeometry* inGeometry
);
[C++] Parameters inGeometry [in]
inGeometry is a parameter of type IGeometry*