| CommandInitialize Method (IPhysicalEntity) |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Called by the system to initialize this command or pass it to subordinate entities
Namespace:
BSI.MACE.AI.Commands
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public bool Initialize(
IPhysicalEntity ownEntity
)
Public Function Initialize (
ownEntity As IPhysicalEntity
) As Boolean
Parameters
- ownEntity
- Type: BSI.MACEIPhysicalEntity
The entity currently hosting this command.
Return Value
Type:
BooleanTrue if the ownEntity is this command destination.
Remarks See Also