SurfaceSegmentSurfaceDistance Property |
Gets or sets the total arc length along the surface path, 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; protected set; }
Public Property SurfaceDistance As Double
Get
Protected Set
public:
property double SurfaceDistance {
double get ();
protected: void set (double value);
}
member SurfaceDistance : float with get, set
Property Value
Type:
DoubleSee Also