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


IFeatureIndex2.FeatureClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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