| ICommandProcessorAddCommand Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Submit a command (order) to be executed
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool AddCommand(
ICommand command
)
Function AddCommand (
command As ICommand
) As Boolean
Parameters
- command
- Type: BSI.MACE.AI.CommandsICommand
A specific command derived from ICommand
Return Value
Type:
BooleanTrue if the command is capable of being executed by the platform
See Also