WaypointCollection Constructor (IListWaypoint) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public WaypointCollection(
IList<Waypoint> list
)
Public Sub New (
list As IList(Of Waypoint)
)
public:
WaypointCollection(
IList<Waypoint^>^ list
)
new :
list : IList<Waypoint> -> WaypointCollection
Parameters
- list
- Type: System.Collections.GenericIListWaypoint
The list that is wrapped by the new waypoint collection.
See Also