ArcObjects Library Reference (GeoDatabase)  

IGxFilterInfo.OpenGxObjectFilters Property

The filters used to open a dataset of this type.

[Visual Basic .NET]
Public ReadOnly Property OpenGxObjectFilters As IArray
[C#]
public IArray OpenGxObjectFilters {get;}
[C++]
HRESULT get_OpenGxObjectFilters(
  IArray** filters
);
[C++]

Parameters

filters [out, retval]

  filters is a parameter of type IArray

Product Availability

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

See Also

IGxFilterInfo Interface