| ExtensionsGetGuidanceList Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Extension to return a list of guidance systems for the weapon.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public static List<IWeaponGuidance> GetGuidanceList(
this IEquipmentWeapon thisWeapon
)
<ExtensionAttribute>
Public Shared Function GetGuidanceList (
thisWeapon As IEquipmentWeapon
) As List(Of IWeaponGuidance)
Parameters
- thisWeapon
- Type: BSI.MACEIEquipmentWeapon
The weapon to be guided.
Return Value
Type:
ListIWeaponGuidanceList of 0 or more gudance systems.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEquipmentWeapon. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks See Also