| CommandExecute Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Called periodically to support the execution of the command
Namespace:
BSI.MACE.AI.Commands
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public virtual bool Execute(
TimerEventArgs timeData
)
Public Overridable Function Execute (
timeData As TimerEventArgs
) As Boolean
Parameters
- timeData
- Type: TimerEventArgs
Information about the current scenario time.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:BSI.MACE.AI.Commands.Command.Execute(BSI.SimulationLibrary.TimerEventArgs)"]
Implements
ICommandExecute(TimerEventArgs)Remarks All derived classes at a minimum must provide a Execute() method.
See Also