ArcFM Responder Mobile Developer Guide
ExecuteEx Method






Syntax
'Declaration
 
Function ExecuteEx( _
   ByVal vSelection As System.Object _
) As System.Boolean
'Usage
 
Dim instance As IMMTreeViewToolEx
Dim vSelection As System.Object
Dim value As System.Boolean
 
value = instance.ExecuteEx(vSelection)
System.bool ExecuteEx( 
   System.object vSelection
)
function ExecuteEx( 
    vSelection: System.TObject
): System.Boolean; 
function ExecuteEx( 
   vSelection : System.Object
) : System.boolean;
System.bool ExecuteEx( 
   System.Object* vSelection
) 
System.bool ExecuteEx( 
   System.Object^ vSelection
) 

Parameters

vSelection
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

IMMTreeViewToolEx Interface
IMMTreeViewToolEx Members

Send Feedback