|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceDataElements
Provides access to members that return data element objects for workspace datatasets.
Method Summary | |
---|---|
IDataElement |
getDatasetDataElement(Object datasetSpec,
IDEBrowseOptions browseOptions)
Returns the data element for the in-bound dataset name or dataset object. |
IDataElement |
getWorkspaceDataElement(IDEBrowseOptions browseOptions)
The data element for the workspace. |
Method Detail |
---|
IDataElement getWorkspaceDataElement(IDEBrowseOptions browseOptions) throws IOException, AutomationException
browseOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataElement getDatasetDataElement(Object datasetSpec, IDEBrowseOptions browseOptions) throws IOException, AutomationException
datasetSpec
- A reference to another Object (IUnknown) (in)browseOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
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 |