|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicFolderName
COM Interface 'ISchematicFolderName'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that supply the schematic folder name information.' 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 |
IID701a8b30_6d4b_40dc_99be_6cdc42a7c88c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.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(java.lang.String path)
Backslash delimited path for the schematic folder name. |
void |
setSchematicDatasetNameByRef(ISchematicDatasetName schematicDatasetName)
Schematic dataset name related to the schematic folder name. |
Field Detail |
---|
static final int IID701a8b30_6d4b_40dc_99be_6cdc42a7c88c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ISchematicDatasetName getSchematicDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSchematicDatasetNameByRef(ISchematicDatasetName schematicDatasetName) throws java.io.IOException, AutomationException
schematicDatasetName
- A reference to a com.esri.arcgis.schematic.ISchematicDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPath(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getSubFolderNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getSchematicDiagramNames() throws java.io.IOException, AutomationException
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 |