Click or drag to resize

ITrackingSensorAddTarget Method

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

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

Attempts to add a target to the tracked target list according to the TargetReplacementEnum.

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
bool AddTarget(
	TargetSolution ts,
	TargetReplacementEnum replacement = TargetReplacementEnum.None
)

Parameters

ts
Type: BSI.MACE.AI.Commands.EOBTargetSolution
Target to add to the list of tracked targets
replacement (Optional)
Type: BSI.MACETargetReplacementEnum
Optional instructions when there is contention for tracking resources. Defaults to None.

Return Value

Type: Boolean
True if the target already exists or was successfully added to the TargetList for tracking.
Remarks