| CommandInitialize Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Called by this command while State = ICommand.StateEnum.Pending.
Namespace:
BSI.MACE.AI.Commands
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax protected virtual bool Initialize()
Protected Overridable Function Initialize As Boolean
Return Value
Type:
BooleanTrue if initialization complete.
Remarks If overriding this method call the base class implementation and initialize if true is returned.
See Also