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


IReferenceDataTable2.FilterUIDs Property (ArcObjects .NET 10.5 SDK)
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