Click or drag to resize

TargetReplacementEnum Enumeration

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

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

Determines how to add the target when there is contention for tracking resources.

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public enum TargetReplacementEnum
Members
  Member nameValueDescription
None0 Add the target only if there is available tracking remaining.
LowerPriorityOnly1 Add the target if tracking is available or replaces an existing target if one is found at a lower priority.
LowestPriorityAlways2 Add the target if tracking is available or replaces the lowest existing target.
See Also