 | 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)
SyntaxIDistance<IPlaceable> GetNextPlaceable(
IPlaceable position
)
Function GetNextPlaceable (
position As IPlaceable
) As IDistance(Of IPlaceable)
IDistance<IPlaceable^>^ GetNextPlaceable(
IPlaceable^ position
)
abstract GetNextPlaceable :
position : IPlaceable -> IDistance<IPlaceable>
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