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


IGxDialog.ObjectFilter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxDialog Interface > IGxDialog.ObjectFilter Property
ArcGIS Developer Help

IGxDialog.ObjectFilter Property

The object filter.

[Visual Basic .NET]
Public Property ObjectFilter As IGxObjectFilter
[C#]
public IGxObjectFilter ObjectFilter {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

ObjectFilter will return the filter that is currently active in the dialog. If the dialog is not currently open (through DoModalOpen or DoModalSave), then this property will return the default filter.

See Also

IGxDialog Interface