Click or drag to resize

WaypointCollection Constructor (IListWaypoint)

Initializes a new instance.

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

Parameters

list
Type: System.Collections.GenericIListWaypoint
The list that is wrapped by the new waypoint collection.
See Also