This document is archived and information here might be outdated. Recommended version. |
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