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


IReferenceDataTable.Filters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataTable Interface > IReferenceDataTable.Filters Property
ArcGIS Developer Help

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