StaticRouteProfileStaticConfigurableProfileTargetFinalHeight Property |
Gets the final height 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: 24.2.419.0 (24.2.419.0)
Syntax public override double TargetFinalHeight { get; }
Public Overrides ReadOnly Property TargetFinalHeight As Double
Get
public:
virtual property double TargetFinalHeight {
double get () override;
}
abstract TargetFinalHeight : float with get
override TargetFinalHeight : float with get
Property Value
Type:
DoubleSee Also