This document is archived and information here might be outdated.  Recommended version.


IACFeatureLayer.GeometryType Property (ArcObjects .NET 10.4 SDK)
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