|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetComponent
Provides access to the common functionality found on all dataset components.
The IDatasetComponent interface is used to access the data element and parent dataset of this dataset.
Method Summary | |
---|---|
IDEDataset |
getDataElement()
The data element corresponding to the dataset component. |
IDataset |
getParent()
The containing parent dataset. |
Method Detail |
---|
IDEDataset getDataElement() throws IOException, AutomationException
The DataElement method is used to access the data element for this dataset component.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataset getParent() throws IOException, AutomationException
Returns the parent of the dataset component. For example, for geodatabase network datasets this will return the containing feature dataset.
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 |