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


IFeatureClass.FeatureType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClass Interface > IFeatureClass.FeatureType Property
ArcGIS Developer Help

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