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


IACFeatureLayer.GeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACFeatureLayer Interface > IACFeatureLayer.GeometryType Property
ArcGIS Developer Help

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