 | NodeConnectionConnectionOrientation Property |
[This is preliminary documentation and is subject to change.]
Gets the orientation of a 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 Orientation ConnectionOrientation { get; }Public ReadOnly Property ConnectionOrientation As Orientation
Get
public:
virtual property Orientation ConnectionOrientation {
Orientation get () sealed;
}abstract ConnectionOrientation : Orientation with get
override ConnectionOrientation : Orientation with get
Property Value
Type:
OrientationImplements
INodeConnectionConnectionOrientation
See Also