| IEquipmentIsEnabled Property |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Gets or sets the processing state of the equipment.
If set to false no processing will occur or targets generated.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool this[
CapabilityEnum capability = CapabilityEnum.All
] { get; set; }
Property IsEnabled (
Optional capability As CapabilityEnum = CapabilityEnum.All
) As Boolean
Get
Set
Parameters
- capability (Optional)
- Type: BSI.MACECapabilityEnum
If this optional parameter is set only the capability specified is enabled.
Property Value
Type:
BooleanSee Also