This document is archived and information here might be outdated. Recommended version. |
Add a filter to the filter collection, and specify if it is to selected by default.
[Visual Basic .NET] Public Sub AddFilter ( _ ByVal Filter As IGxObjectFilter, _ ByVal defaultFilter As Boolean _ )
[C#] public void AddFilter ( IGxObjectFilter Filter, bool defaultFilter );