com.esri.arcgis.framework
Interface IArcToolboxFind

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

public interface IArcToolboxFind
extends java.io.Serializable

COM Interface 'IArcToolboxFind'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to this tool's properties for the ArcToolbox Find tool.' 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 IIDca787e4d_17a0_11d4_a629_0008c711c8c1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getArcCommands()
          The ArcCommands used by this tool.
 java.lang.String getKeywords()
          Keywords used to find this tool with the ArcToolbox Find tool.
 

Field Detail

IIDca787e4d_17a0_11d4_a629_0008c711c8c1

static final int IIDca787e4d_17a0_11d4_a629_0008c711c8c1
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

getArcCommands

java.lang.String getArcCommands()
                                throws java.io.IOException,
                                       AutomationException
The ArcCommands used by this tool.

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

getKeywords

java.lang.String getKeywords()
                             throws java.io.IOException,
                                    AutomationException
Keywords used to find this tool with the ArcToolbox Find tool.

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