| TargetEngagedEnableTargetTracker Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Turn on the TTR.
Namespace:
BSI.MACE.AI.Commands.EOB
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public bool EnableTargetTracker(
TargetReplacementEnum enableOption = TargetReplacementEnum.None
)
Public Function EnableTargetTracker (
Optional enableOption As TargetReplacementEnum = TargetReplacementEnum.None
) As Boolean
Parameters
- enableOption (Optional)
- Type: BSI.MACETargetReplacementEnum
If the max tracks has been met choose how the one of the targets will be replaced. (Defaults to none)
Return Value
Type:
BooleanTrue if target added.
See Also