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


IGPArcInfoItemDomain.FilterIndexType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  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

IGPArcInfoItemDomain Interface