ArcObjects Library Reference (Geoprocessing)  

IGPArcInfoItemDomain.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

IGPArcInfoItemDomain Interface