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


IGPFeatureClassDomain.FilterIndexType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureClassDomain Interface > IGPFeatureClassDomain.FilterIndexType Property
ArcGIS Developer Help

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(
  Boolean* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type bool*

Product Availability

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

See Also

IGPFeatureClassDomain Interface