SurfaceCurveSegmentTransitionPoints Property |
Gets the arc lengths, in meters, at which the geometry changes behavior.
This could represent discontinuities in the route in one or more derivatives or
other points of interest.
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[] TransitionPoints { get; }
Public Overrides ReadOnly Property TransitionPoints As Double()
Get
public:
virtual property array<double>^ TransitionPoints {
array<double>^ get () override;
}
abstract TransitionPoints : float[] with get
override TransitionPoints : float[] with get
Property Value
Type:
DoubleSee Also