WaypointPropagatorWaypoints Property |
Gets the list of waypoints.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<Waypoint> Waypoints { get; }
Public ReadOnly Property Waypoints As ReadOnlyCollection(Of Waypoint)
Get
public:
property ReadOnlyCollection<Waypoint^>^ Waypoints {
ReadOnlyCollection<Waypoint^>^ get ();
}
member Waypoints : ReadOnlyCollection<Waypoint> with get
Property Value
Type:
ReadOnlyCollectionWaypointSee Also