ArcObjects Library Reference (Geometry)  

IGeometryFactory3.CreateGeometryEx Method

Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer.

[Visual Basic .NET]
Public Sub CreateGeometryEx ( _
    ByVal importFlags As Integer, _
    ByRef byteCountInOut As Integer, _
    ByRef geometryInfo As Byte&, _
    ByRef outGeometry As IGeometry _
)
[C#]
public void CreateGeometryEx (
    int importFlags,
    ref int byteCountInOut,
    ref Byte& geometryInfo,
    ref IGeometry outGeometry
);
[C++]
HRESULT CreateGeometryEx(
  long importFlags,
  long* byteCountInOut,
  Byte* geometryInfo,
  IGeometry** outGeometry
);
[C++]

Parameters

importFlags   importFlags is a parameter of type long byteCountInOut [in, out]   byteCountInOut is a parameter of type long geometryInfo [in]   geometryInfo is a parameter of type Byte outGeometry [out]

  outGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IGeometryFactory3 Interface