ArcFM Engine Developer Guide
ExecCommand Method


Syntax
'Declaration
 
Function ExecCommand( _
   ByVal sCmd As String, _
   Optional ByVal vParam As Object _
) As Object
'Usage
 
Dim instance As IMMStringCommandTarget
Dim sCmd As String
Dim vParam As Object
Dim value As Object
 
value = instance.ExecCommand(sCmd, vParam)
object ExecCommand( 
   string sCmd,
   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