| ITrackProcessorInitialize Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Will be called by MACE to initialize the track processor.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool Initialize(
IPhysicalEntity platform
)
Function Initialize (
platform As IPhysicalEntity
) As Boolean
Parameters
- platform
- Type: BSI.MACEIPhysicalEntity
Represents the platform that owns this track processor.
Return Value
Type:
BooleanTrue if initialized successfully, False otherwise
See Also