Click or drag to resize

RallyToActionArgs Constructor

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

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

Initializes a new instance of the RallyToActionArgs class

Namespace:  BSI.MACE.Scripting
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public RallyToActionArgs(
	IGeoPoint pos = null,
	IList<string> callsigns = null
)

Parameters

pos (Optional)
Type: BSI.MACEIGeoPoint

[Missing <param name="pos"/> documentation for "M:BSI.MACE.Scripting.RallyToActionArgs.#ctor(BSI.MACE.IGeoPoint,System.Collections.Generic.IList{System.String})"]

callsigns (Optional)
Type: System.Collections.GenericIListString

[Missing <param name="callsigns"/> documentation for "M:BSI.MACE.Scripting.RallyToActionArgs.#ctor(BSI.MACE.IGeoPoint,System.Collections.Generic.IList{System.String})"]

See Also