|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicFolder
COM Interface 'ISchematicFolder'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that controls the schematic folder.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf9037aed_ba15_40f8_b6ef_cbd3acae8cdb
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ISchematicFolder |
createSchematicFolder(java.lang.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. |
Field Detail |
---|
static final int IIDf9037aed_ba15_40f8_b6ef_cbd3acae8cdb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ISchematicDataset getSchematicDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFolderContainerID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicFolderContainer getFolderContainer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFolderContainerByRef(ISchematicFolderContainer schematicFolderContainer) throws java.io.IOException, AutomationException
schematicFolderContainer
- A reference to a com.esri.arcgis.schematic.ISchematicFolderContainer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicFolder createSchematicFolder(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.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 |