DefaultConnectionBehaviorSpeed Property |
Gets or sets the target cruise speed to use when traversing the connection.
In order for the connection to target this speed,
UseDirectTransition
must be set to false.
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 Speed { get; set; }
Public Property Speed As ProfileSpeed
Get
Set
public:
property ProfileSpeed^ Speed {
ProfileSpeed^ get ();
void set (ProfileSpeed^ value);
}
member Speed : ProfileSpeed with get, set
Property Value
Type:
ProfileSpeedSee Also