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,
VARIANT* wkb
);
[C++]Parameters
inGeometry [in]inGeometry is a parameter of type IGeometry
wkb [out, retval] wkb is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.