com.esri.arcgis.geodatabase
Interface IFeatureDatasetName2
- All Superinterfaces:
- IFeatureDatasetName, Serializable
- All Known Implementing Classes:
- CoverageName, FeatureDatasetName
public interface IFeatureDatasetName2
- extends IFeatureDatasetName, Serializable
Provides access to members that hand out enumerated subset names in the feature dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getTopologyNames
IEnumDatasetName getTopologyNames()
throws IOException,
AutomationException
- An enumerator over the topology names in this FeatureDataset.
Remarks
This method returns an enumeration of all the TopologyNames in the FeatureDataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IEnumDatasetName
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.