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


IReferenceDataTable.Filters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IReferenceDataTable.Filters Property

Filters to use to browse for the reference data table.

[Visual Basic .NET]
Public ReadOnly Property Filters As IArray
[C#]
public IArray Filters {get;}
[C++]
HRESULT get_Filters(
  IArray** array
);
[C++]

Parameters array [out, retval]
array is a parameter of type IArray

Product Availability

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

Remarks

Returns an Array of GxObjectFilters that you can use to allow the user to browse for reference data for a locator.

See Also

IReferenceDataTable Interface