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