ArcFM Solution 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
)

Parameters

sCmd
vParam
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMStringCommandTarget Interface
IMMStringCommandTarget Members

 

 


Send Comment