com.esri.arcgis.geodatabase
Interface IFeatureDatasetExtension2
- All Superinterfaces:
- IFeatureDatasetExtension, Serializable
- All Known Implementing Classes:
- IFeatureDatasetExtension2Proxy
public interface IFeatureDatasetExtension2
- extends IFeatureDatasetExtension, Serializable
Provides access to standard functionality found in all feature dataset extensions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
boolean |
isCanParticipateInDataset(int type)
Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type. |
isCanParticipateInDataset
boolean isCanParticipateInDataset(int type)
throws IOException,
AutomationException
- Indicates if the contained feature classes in the dataset extension can participate in another dataset of the specified type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
- Returns:
- The canParticipate
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.