ArcObjects Library Reference (Location)  

IReferenceDataFile2.FilterUIDs Property

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

[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

IReferenceDataFile2 Interface