This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryFactory2 Interface > IGeometryFactory2.CreateWkbVariantFromGeometry Method (ArcObjects .NET 10.5 SDK) |
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