 | VehicleIsConnectionBlocking Property |
[This is preliminary documentation and is subject to change.]
Signals if this placable is blocking the node connection where it lives on.
Namespace:
TrafficSimulation.Simulation.Engine.VehicleHandling
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic bool IsConnectionBlocking { get; set; }Public Property IsConnectionBlocking As Boolean
Get
Set
public:
virtual property bool IsConnectionBlocking {
bool get () sealed;
void set (bool value) sealed;
}abstract IsConnectionBlocking : bool with get, set
override IsConnectionBlocking : bool with get, set
Property Value
Type:
BooleanImplements
IPlaceableIsConnectionBlocking
See Also