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


IFeatureClassName.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 > IFeatureClassName Interface > IFeatureClassName.FeatureType Property
ArcGIS Developer Help

IFeatureClassName.FeatureType Property

The feature type for this feature class name.

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

Type is a parameter of type esriFeatureType* Type [in]
Type is a parameter of type esriFeatureType

Product Availability

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

See Also

IFeatureClassName Interface