ArcObjects Library Reference (Location)  

IReferenceDataTable2.FilterUIDs Property

UID's of the filters to use to browse for the reference data table.

[Visual Basic .NET]
Public ReadOnly Property FilterUIDs As IArray
[C#]
public IArray FilterUIDs {get;}
[C++]
HRESULT get_FilterUIDs(
  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.

See Also

IReferenceDataTable2 Interface