Solid Edge Framework Type Library
CreateCommand Method
A member of the seCmdFlag constant set that specifies command behavior. A value of one causes the command to terminate after activation without additional intervention. A value of two specifies that the command termination will be controlled through the Done property.
Description
Creates a Solid Edge command control.
Syntax
Visual Basic
Public Function CreateCommand( _
   ByVal CmdFlags As Long _
) As Command
Parameters
CmdFlags
A member of the seCmdFlag constant set that specifies command behavior. A value of one causes the command to terminate after activation without additional intervention. A value of two specifies that the command termination will be controlled through the Done property.
See Also

Application Object  | Application Members