Click or drag to resize

ITrackProcessorUpdateTargetSolutions Method (IEnumerableTargetTrack, IEquipment)

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Accepts a list of target track objects to be processed.

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
void UpdateTargetSolutions(
	IEnumerable<TargetTrack> tracks,
	IEquipment dataSource
)

Parameters

tracks
Type: System.Collections.GenericIEnumerableTargetTrack
List of TargetTrack data objects containing information about a contact.
dataSource
Type: BSI.MACEIEquipment
The equipment that generated this data.
Remarks
These are generated by local equipment.
See Also