ArcObjects Library Reference (Geoprocessing)  

IGPFeatureClassDomain.FilterIndexType Property

Indicates whether to filter feature classes that have or do not have a spatial index.

[Visual Basic .NET]
Public ReadOnly Property FilterIndexType As Boolean
[C#]
public bool FilterIndexType {get;}
[C++]
HRESULT get_FilterIndexType(
  VARIANT_BOOL* pType
);
[C++]

Parameters

pType [out, retval]   pType is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPFeatureClassDomain Interface