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


IGPArcInfoItemDomain.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 > IGPArcInfoItemDomain Interface > IGPArcInfoItemDomain.FilterIndexType Property
ArcGIS Developer Help

IGPArcInfoItemDomain.FilterIndexType Property

Indicates whether to filter items that have or do not have an 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

IGPArcInfoItemDomain Interface