ArcObjects Library Reference (GeoDatabase)  

IFeatureClass.FeatureType Property

The type of features in this feature class.

[Visual Basic .NET]
Public ReadOnly Property FeatureType As esriFeatureType
[C#]
public esriFeatureType FeatureType {get;}
[C++]
HRESULT get_FeatureType(
  esriFeatureType* Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriFeatureType

Product Availability

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

Remarks

This read-only property returns the feature type for the feature class as an esriFeatureType value. This property can be used to determine if a feature class is of a particular type, in order for the feature class to added to a network or topology, or possibly to skip over the feature class in an enumerator.

See Also

IFeatureClass Interface | esriFeatureType Constants