ParametricRouteSegmentSurfaceDistance Property |
Gets the total arc-length traveled along the surface during this segment, in meters.
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 double SurfaceDistance { get; }
Public ReadOnly Property SurfaceDistance As Double
Get
public:
property double SurfaceDistance {
double get ();
}
member SurfaceDistance : float with get
Property Value
Type:
DoubleSee Also