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


IFeatureIndex2.FeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIndex2 Interface > IFeatureIndex2.FeatureClass Property
ArcGIS Developer Help

IFeatureIndex2.FeatureClass Property

FeatureClass to index.

[Visual Basic .NET]
Public WriteOnly Property FeatureClass
[C#]
public void FeatureClass {set;}
[C++]
HRESULT putref_FeatureClass(
  IFeatureClass* 
);
[C++]
Parameters
 [in]

is a parameter of type IFeatureClass*

Product Availability

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

Description

The feature class to index

See Also

IFeatureIndex2 Interface