 | NodeConnectionCost Property |
[This is preliminary documentation and is subject to change.]
Gets the cost of the 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 double Cost { get; }Public ReadOnly Property Cost As Double
Get
public:
virtual property double Cost {
double get () sealed;
}abstract Cost : float with get
override Cost : float with get
Property Value
Type:
DoubleImplements
INodeConnectionCost
See Also