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


IFeature.FeatureType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeature Interface > IFeature.FeatureType Property
ArcGIS Developer Help

IFeature.FeatureType Property

The type of the feature.

[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*

Product Availability

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

See Also

IFeature Interface

.NET Samples

Implementing an XML builder external component