This document is archived and information here might be outdated.  Recommended version.


IGeometryFactory2.CreateWkbVariantFromGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryFactory2 Interface > IGeometryFactory2.CreateWkbVariantFromGeometry Method
ArcGIS Developer Help

IGeometryFactory2.CreateWkbVariantFromGeometry Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeometryFactory2 Interface