The type of features in this feature class.
[Visual Basic 6.0] Property FeatureType As esriFeatureType
[Visual Basic .NET] Public ReadOnly Property FeatureType As esriFeatureType
[C#] public esriFeatureType FeatureType {get;}
[Java] public esriFeatureType getFeatureType() throws IOException, AutomationException
[C++] HRESULT get_FeatureType( esriFeatureType* Type );
This read-only property returns the feature type for the feature class. This feature type can be one of the following esriFeatureType. 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 enumeration.
IFeatureClass Interface | esriFeatureType Constants