ArcObjects Library Reference (Location)  

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