ArcObjects Library Reference (Carto)  

IFeatureLayer2.ShapeType Property

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

Product Availability

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

Remarks

Returns the basic geometry type of the layer's underlying feature class. See IFeatureClass::ShapeType for more information.

See Also

IFeatureLayer2 Interface