This document is archived and information here might be outdated. Recommended version. |
Type of the Feature Class.
[Visual Basic .NET] Public ReadOnly Property FeatureClassType As esriCoverageFeatureClassType
[C#] public esriCoverageFeatureClassType FeatureClassType {get;}
[C++]
HRESULT get_FeatureClassType(
esriCoverageFeatureClassType* FeatureClassType
);
[C++] Parameters FeatureClassType [out, retval]
FeatureClassType is a parameter of type esriCoverageFeatureClassType*
Feature classes are used to group all the features based on their type. The feature class type is important since each feature class type has different attributes and methods that it supports.