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


ICoverageFeatureClass.FeatureClassType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICoverageFeatureClass.FeatureClassType Property

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

Product Availability

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

Remarks

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.

See Also

ICoverageFeatureClass Interface