The geometry type of the feature class.
[Visual Basic .NET] Public Property ShapeType As esriGeometryType
[C#] public esriGeometryType ShapeType {get; set;}
[C++]
HRESULT get_ShapeType(
esriGeometryType* GeometryType
);
[C++]
HRESULT put_ShapeType(
esriGeometryType GeometryType
);
[C++]Parameters
GeometryType [out, retval]GeometryType is a parameter of type esriGeometryType
GeometryType [in]GeometryType is a parameter of type esriGeometryType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.