| ConfigurableProfileTargetFinalSpeed Property  | 
 
            Gets the final speed that this profile will attempt to target.  If the parameters 
            for platform dynamics or the geometry specified for this profile are insufficient to 
            satisfy the given target, the profile will get as close as it can and then the 
            surrounding connections will attempt to make up the difference.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract ProfileSpeed TargetFinalSpeed { get; }Public MustOverride ReadOnly Property TargetFinalSpeed As ProfileSpeed
	Get
public:
virtual property ProfileSpeed^ TargetFinalSpeed {
	ProfileSpeed^ get () abstract;
}abstract TargetFinalSpeed : ProfileSpeed with get
Property Value
Type: 
ProfileSpeed See Also
See Also