ArcObjects Library Reference (GeoDatabase)  

IGxFilterInfo.SaveGxObjectFilters Property

The filters used to save a dataset of this type.

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