com.esri.arcgis.catalog
Interface IGxObjectFilterCollectionAdmin
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IGxObjectFilterCollectionAdminProxy
public interface IGxObjectFilterCollectionAdmin
- extends Serializable
Provides access to members that returns the first passed GxObject filter in a collection.
Product Availability
Available with ArcGIS Desktop.
getFirstPassedFilter
IGxObjectFilter getFirstPassedFilter()
throws IOException,
AutomationException
- The first passed object filter in filter collection.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Returns:
- A reference to a com.esri.arcgis.catalog.IGxObjectFilter
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.