 | NodeX Property |
[This is preliminary documentation and is subject to change.]
X coordinate of a node
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic double X { get; set; }Public Property X As Double
Get
Set
public:
virtual property double X {
double get () sealed;
void set (double value) sealed;
}abstract X : float with get, set
override X : float with get, set
Property Value
Type:
DoubleImplements
INodeX
See Also