This document is archived and information here might be outdated. Recommended version. |
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*
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.