|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicFolderName
Provides access to members that supply the schematic folder name information.
Method Summary | |
---|---|
String |
getPath()
Backslash delimited path for the schematic folder name. |
ISchematicDatasetName |
getSchematicDatasetName()
Schematic dataset name related to the schematic folder name. |
IEnumDatasetName |
getSchematicDiagramNames()
Schematic diagram names contained in the schematic folder name. |
IEnumDatasetName |
getSubFolderNames()
Subfolder names contained within the schematic folder name. |
void |
setPath(String path)
Backslash delimited path for the schematic folder name. |
void |
setSchematicDatasetNameByRef(ISchematicDatasetName schematicDatasetName)
Schematic dataset name related to the schematic folder name. |
Method Detail |
---|
ISchematicDatasetName getSchematicDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSchematicDatasetNameByRef(ISchematicDatasetName schematicDatasetName) throws IOException, AutomationException
schematicDatasetName
- A reference to a com.esri.arcgis.schematic.ISchematicDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPath(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getSubFolderNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getSchematicDiagramNames() 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 |