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


IGPAddressLocatorStyle.ReferenceDataFilters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGPAddressLocatorStyle Interface > IGPAddressLocatorStyle.ReferenceDataFilters Property
ArcGIS Developer Help

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