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


IGPFieldDomain.SetIndexFilter Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldDomain.SetIndexFilter Method

Set index filter.

[Visual Basic .NET]
Public Sub SetIndexFilter ( _
    ByVal Filter As Boolean, _
    ByVal Type As Boolean _
)
[C#]
public void SetIndexFilter (
    bool Filter,
    bool Type
);
[C++]
HRESULT SetIndexFilter(
  VARIANT_BOOL Filter,
  VARIANT_BOOL Type
);
[C++]

Parameters Filter [in] Filter is a parameter of type VARIANT_BOOL Type [in] Type is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPFieldDomain Interface