This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayer2 Interface > IFeatureLayer2.ShapeType Property (ArcObjects .NET 10.5 SDK) |
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.