Click or drag to resize

IRouteGetNextPlaceable Method (IPlaceable)

[This is preliminary documentation and is subject to change.]

Gets the next Placable on the connection and the distance

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
IDistance<IPlaceable> GetNextPlaceable(
	IPlaceable position
)

Parameters

position
Type: TrafficSimulation.Simulation.Engine.EnvironmentIPlaceable
The placable we are looking ahead of.

Return Value

Type: IDistanceIPlaceable

[Missing <returns> documentation for "M:TrafficSimulation.Simulation.Engine.Environment.IRoute.GetNextPlaceable(TrafficSimulation.Simulation.Engine.Environment.IPlaceable)"]

See Also