|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInNetworkDatasetContainer
Provides access to members that get network datasets from plug-in workspaces and feature datasets.
Method Summary | |
---|---|
INetworkDataset |
getNetworkDataset(int index)
The NetworkDataset specified by the index. |
INetworkDataset |
getNetworkDatasetByName(String networkName)
The NetworkDataset with the specified name. |
int |
getNetworkDatasetCount()
The number of NetworkDatasets in this container. |
IEnumDatasetName |
getNetworkDatasetNames()
The names of the NetworkDatasets in this container. |
IEnumDataset |
getNetworkDatasets()
The NetworkDatasets in this container. |
Method Detail |
---|
int getNetworkDatasetCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkDataset getNetworkDataset(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkDataset getNetworkDatasetByName(String networkName) throws IOException, AutomationException
networkName
- The networkName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDataset getNetworkDatasets() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getNetworkDatasetNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |