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


IGPAddressLocatorStyle.ReferenceDataFilterUIDs 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.ReferenceDataFilterUIDs Property
ArcGIS Developer Help

IGPAddressLocatorStyle.ReferenceDataFilterUIDs Property

Filters for the indicated reference data table.

[Visual Basic .NET]
Public Function get_ReferenceDataFilterUIDs ( _
    ByVal index As Integer _
) As IArray
[Visual Basic .NET]
Public Sub set_ReferenceDataFilterUIDs ( _
    ByVal index As Integer, _
    ByVal Filters As IArray _
)
[C#]
public IArray get_ReferenceDataFilterUIDs (
    int index
);
[C#]
public void set_ReferenceDataFilterUIDs (
    int index,
    IArray Filters
);
[C++]
HRESULT get_ReferenceDataFilterUIDs(
  long index,
  IArray** Filters
);
[C++]
HRESULT putref_ReferenceDataFilterUIDs(
  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** index [in]
index is a parameter of type long Filters [in]
Filters is a parameter of type IArray*

Product Availability

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

See Also

IGPAddressLocatorStyle Interface