Route ItemDistance To Next Property
The distance between this location and the next.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public double DistanceToNext { get; }VB
Public ReadOnly Property DistanceToNext As Double
GetC++
public:
property double DistanceToNext {
double get ();
}F#
member DistanceToNext : float with get