ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.GeometryType Property

Geometry type at an index.

[Visual Basic .NET]
Public Function get_GeometryType ( _
    ByVal Index As Integer _
) As esriGeometryType
[C#]
public esriGeometryType get_GeometryType (
    int Index
);
[C++]
HRESULT get_GeometryType(
  long Index,
  esriGeometryType* Type
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Type [out, retval]

  Type is a parameter of type esriGeometryType

Product Availability

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

See Also

IGPSAGeoDataDomain Interface