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


IFeatureClassDescription.FeatureType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureClassDescription.FeatureType Property

The esriFeatureType for the instances of this class.

[Visual Basic .NET]
Public ReadOnly Property FeatureType As esriFeatureType
[C#]
public esriFeatureType FeatureType {get;}
[C++]
HRESULT get_FeatureType(
  esriFeatureType* FeatureType
);
[C++]

Parameters FeatureType [out, retval]
FeatureType is a parameter of type esriFeatureType

Product Availability

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

See Also

IFeatureClassDescription Interface