 | DistanceTDistanceInMeters Property |
[This is preliminary documentation and is subject to change.]
The distance in meters.
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic double DistanceInMeters { get; set; }Public Property DistanceInMeters As Double
Get
Set
public:
virtual property double DistanceInMeters {
double get () sealed;
void set (double value) sealed;
}abstract DistanceInMeters : float with get, set
override DistanceInMeters : float with get, set
Property Value
Type:
DoubleImplements
IDistanceTDistanceInMeters
See Also