StandardTransitionProfileCruiseSpeed Property |
Gets or sets the speed to use as the target speed at which to traverse along the path.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ProfileSpeed CruiseSpeed { get; set; }
Public Property CruiseSpeed As ProfileSpeed
Get
Set
public:
property ProfileSpeed^ CruiseSpeed {
ProfileSpeed^ get ();
void set (ProfileSpeed^ value);
}
member CruiseSpeed : ProfileSpeed with get, set
Property Value
Type:
ProfileSpeedSee Also