DefaultConnectionBehavior.Speed 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
ProfileSpeed
See Also