CompositeSurfaceSegmentTransitionPoints 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Double
See Also