Click or drag to resize

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
)

Parameters

platform
Type: BSI.MACEIPhysicalEntity
Represents the platform that owns this track processor.

Return Value

Type: Boolean
True if initialized successfully, False otherwise
See Also