Click or drag to resize

WaypointCollection Constructor (IList<Waypoint>)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public WaypointCollection(
	IList<Waypoint> list
)

Parameters

list
Type: System.Collections.Generic.IList<Waypoint>
The list that is wrapped by the new waypoint collection.
See Also