ArcFM Responder Mobile Developer Guide
FindTool Method (IMMToolFinder)






Syntax
'Declaration
 
Function FindTool( _
   ByVal toolName As System.String _
) As ESRI.ArcGIS.SystemUI.ITool
'Usage
 
Dim instance As IMMToolFinder
Dim toolName As System.String
Dim value As ESRI.ArcGIS.SystemUI.ITool
 
value = instance.FindTool(toolName)
ESRI.ArcGIS.SystemUI.ITool FindTool( 
   System.string toolName
)
function FindTool( 
    toolName: System.String
): ESRI.ArcGIS.SystemUI.ITool; 
function FindTool( 
   toolName : System.String
) : ESRI.ArcGIS.SystemUI.ITool;
ESRI.ArcGIS.SystemUI.ITool* FindTool( 
   System.string* toolName
) 
ESRI.ArcGIS.SystemUI.ITool^ FindTool( 
   System.String^ toolName
) 

Parameters

toolName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMToolFinder Interface
IMMToolFinder Members

Send Feedback