ArcObjects Library Reference (Geoprocessing)  

IGPFieldDomain.FilterIndexType Property

Indicates whether to filter fields 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

IGPFieldDomain Interface