|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicFolder
Provides access to members that controls the schematic folder.
Method Summary | |
---|---|
ISchematicFolder |
createSchematicFolder(String name)
Creates a new schematic subfolder in the schematic folder. |
ISchematicFolderContainer |
getFolderContainer()
Parent container of the schematic folder. |
int |
getFolderContainerID()
ID of the parent container of the schematic folder. |
int |
getID()
ID of the schematic folder. |
ISchematicDataset |
getSchematicDataset()
Schematic dataset related to the schematic folder. |
void |
setFolderContainerByRef(ISchematicFolderContainer schematicFolderContainer)
Parent container of the schematic folder. |
Method Detail |
---|
ISchematicDataset getSchematicDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFolderContainerID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicFolderContainer
ISchematicFolderContainer getFolderContainer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFolderContainerByRef(ISchematicFolderContainer schematicFolderContainer) throws IOException, AutomationException
schematicFolderContainer
- A reference to a com.esri.arcgis.schematic.ISchematicFolderContainer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicFolder createSchematicFolder(String name) throws IOException, AutomationException
name
- The name (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 |