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)
Syntaxpublic 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.Generic.IList<Waypoint>
The list that is wrapped by the new waypoint collection.
See Also