 | INodeConnectionPlaceables 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)
SyntaxList<IPlaceable> Placeables { get; set; }Property Placeables As List(Of IPlaceable)
Get
Set
property List<IPlaceable^>^ Placeables {
List<IPlaceable^>^ get ();
void set (List<IPlaceable^>^ value);
}abstract Placeables : List<IPlaceable> with get, set
Property Value
Type:
ListIPlaceable
See Also