| IWeaponGuidanceGuideWeapon Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Activate weapon guidance for this target data and weapon..
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool GuideWeapon(
IPhysicalEntity weapon,
TargetSolution ts
)
Function GuideWeapon (
weapon As IPhysicalEntity,
ts As TargetSolution
) As Boolean
Parameters
- weapon
- Type: BSI.MACEIPhysicalEntity
Weapon to be guided. - ts
- Type: BSI.MACE.AI.Commands.EOBTargetSolution
Target solution containing target data.
Return Value
Type:
BooleanTrue if guidance enabled.
See Also