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


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

IDEFeatureClass.FeatureType Property

The feature type of the feature class.

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

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

Product Availability

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

See Also

IDEFeatureClass Interface

.NET Related Topics

Describing data