Click or drag to resize

NodeConnection Constructor

[This is preliminary documentation and is subject to change.]

Constructor

Namespace:  TrafficSimulation.Simulation.Contracts.DTO
Assembly:  TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public NodeConnection(
	int id,
	int startNodeId,
	int endNodeId,
	double length
)

Parameters

id
Type: SystemInt32
Id
startNodeId
Type: SystemInt32
Id of start node
endNodeId
Type: SystemInt32
Id of end node
length
Type: SystemDouble
Length of connection
See Also