This document is archived and information here might be outdated. Recommended version. |
The layer's shape type.
[Visual Basic .NET] Public ReadOnly Property ShapeType As esriGeometryType
[C#] public esriGeometryType ShapeType {get;}
[C++]
HRESULT get_ShapeType(
esriGeometryType* Type
);
[C++]
Parameters Type [out, retval]
Type is a parameter of type esriGeometryType*
Returns the basic geometry type of the layer's underlying feature class. See IFeatureClass::ShapeType for more information.