com.esri.arcgis.geoprocessing
Interface IGPToolEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPToolEditProxy

public interface IGPToolEdit
extends java.io.Serializable

COM Interface 'IGPToolEdit'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to edit methods on a geoprocessing tool 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 IID338e5b19_9464_4ce4_a35b_f73184c1926f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canCopy()
          Returns whether or not the tool can be copied.
 IGPTool copy(java.lang.Object destination)
          Copies the tool to a toolbox.
 

Field Detail

IID338e5b19_9464_4ce4_a35b_f73184c1926f

static final int IID338e5b19_9464_4ce4_a35b_f73184c1926f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

canCopy

boolean canCopy()
                throws java.io.IOException,
                       AutomationException
Returns whether or not the tool can be copied.

Returns:
The canCopy
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

copy

IGPTool copy(java.lang.Object destination)
             throws java.io.IOException,
                    AutomationException
Copies the tool to a toolbox.

Parameters:
destination - A reference to another Object (IUnknown) (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPTool
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.