Click or drag to resize

AccelerateDecelerateActionArgs 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 AccelerateDecelerateActionArgs class

Namespace:  BSI.MACE.Scripting
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public AccelerateDecelerateActionArgs(
	double adj_mps = 0,
	bool legOnly = false,
	IList<string> callsigns = null
)

Parameters

adj_mps (Optional)
Type: SystemDouble

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

legOnly (Optional)
Type: SystemBoolean

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

callsigns (Optional)
Type: System.Collections.GenericIListString

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

See Also