 | DistanceTNextPlaceable Property |
[This is preliminary documentation and is subject to change.]
The placeable were the distance is measured to.
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic T NextPlaceable { get; set; }Public Property NextPlaceable As T
Get
Set
public:
virtual property T NextPlaceable {
T get () sealed;
void set (T value) sealed;
}abstract NextPlaceable : 'T with get, set
override NextPlaceable : 'T with get, set
Property Value
Type:
TImplements
IDistanceTNextPlaceable
See Also