ArcFM Responder Mobile Developer Guide
ExecCommand Method






Syntax
'Declaration
 
Function ExecCommand( _
   ByVal sCmd As System.String, _
   Optional ByVal vParam As System.Object _
) As System.Object
'Usage
 
Dim instance As IMMStringCommandTarget
Dim sCmd As System.String
Dim vParam As System.Object
Dim value As System.Object
 
value = instance.ExecCommand(sCmd, vParam)
System.object ExecCommand( 
   System.string sCmd,
   System.object vParam
)
function ExecCommand( 
    sCmd: System.String;
    vParam: System.TObject
): System.TObject; 
function ExecCommand( 
   sCmd : System.String,
   vParam : System.Object
) : System.Object;
System.Object* ExecCommand( 
   System.string* sCmd,
   System.Object* vParam
) 
System.Object^ ExecCommand( 
   System.String^ sCmd,
   System.Object^ vParam
) 

Parameters

sCmd
vParam
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

IMMStringCommandTarget Interface
IMMStringCommandTarget Members

Send Feedback