Click or drag to resize

IPosition Interface

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

Represents a position on a node connection

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IPosition

The IPosition type exposes the following members.

Properties
  NameDescription
Public propertyNodeConnection
The connection where the position is
Public propertyPositionOnConnection
The position on the connection.
Top
See Also