Click or drag to resize

NodeConnectionPlaceables Property

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

List of placebles currently placed on this 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 List<IPlaceable> Placeables { get; set; }

Property Value

Type: ListIPlaceable

Implements

INodeConnectionPlaceables
See Also