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


IGPAddressLocatorStyle.ReferenceDataFilters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IGPAddressLocatorStyle.ReferenceDataFilters Property

Filters for the indicated reference data table.

[Visual Basic .NET]
Public Function get_ReferenceDataFilters ( _
    ByVal index As Integer _
) As IArray
[C#]
public IArray get_ReferenceDataFilters (
    int index
);
[C++]
HRESULT get_ReferenceDataFilters(
  long index,
  IArray** Filters
);
[C++]

Parameters index [in] index is a parameter of type long Filters [out, retval]
Filters is a parameter of type IArray

Product Availability

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

See Also

IGPAddressLocatorStyle Interface