ArcObjects Library Reference (Carto)  

IACFeatureLayer.GeometryType Property

The type of the Shape for the features in the layer.

[Visual Basic .NET]
Public ReadOnly Property GeometryType As acGeometryType
[C#]
public acGeometryType GeometryType {get;}
[C++]
HRESULT get_GeometryType(
  acGeometryType* Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type acGeometryType

Product Availability

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

See Also

IACFeatureLayer Interface