com.esri.arcgis.arcmapui
Interface IDatasetFilter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IDatasetFilterProxy
public interface IDatasetFilter
- extends Serializable
Provides access to members that control the Filter for dataset inclusion.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
boolean |
applyFilter(IDataset dataset)
Indicates if the dataset should be included. |
applyFilter
boolean applyFilter(IDataset dataset)
throws IOException,
AutomationException
- Indicates if the dataset should be included.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
dataset
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)
- Returns:
- The includeDataset
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.