 | 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)
Syntaxpublic NodeConnection(
int id,
int startNodeId,
int endNodeId,
double length
)
Public Sub New (
id As Integer,
startNodeId As Integer,
endNodeId As Integer,
length As Double
)
public:
NodeConnection(
int id,
int startNodeId,
int endNodeId,
double length
)
new :
id : int *
startNodeId : int *
endNodeId : int *
length : float -> NodeConnectionParameters
- 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