|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolboxWorkspace
COM Interface 'IToolboxWorkspace'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to methods on the toolbox workspace object.' 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 |
IID027612f3_7e6b_4fdb_b20e_0ca4ccfa45b4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IGPToolbox |
createToolbox(java.lang.String name,
java.lang.String alias)
Creates a new toolbox in the workspace. |
void |
deleteToolbox(java.lang.String name)
Deletes a toolbox from the workspace. |
IEnumGPToolbox |
getToolboxes()
An enumeration of toolbox objects contained in the workspace. |
IEnumGPToolboxName |
getToolboxNames()
An enumeration of toolbox name objects contained in the workspace. |
IGPToolbox |
openToolbox(java.lang.String name)
Opens an existing toolbox in the workspace. |
Field Detail |
---|
static final int IID027612f3_7e6b_4fdb_b20e_0ca4ccfa45b4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IEnumGPToolboxName getToolboxNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumGPToolbox getToolboxes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPToolbox openToolbox(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.IGPToolbox createToolbox(java.lang.String name, java.lang.String alias) throws java.io.IOException, AutomationException
name
- The name (in)alias
- The alias (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteToolbox(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 |