Click or drag to resize

SimulationServiceGetNodes Method

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

Get the list of nodes.

Namespace:  TrafficSimulation.Simulation.WebService
Assembly:  TrafficSimulation.Simulation.WebService (in TrafficSimulation.Simulation.WebService.exe) Version: 1.0.0.2 (1.0.0.2)
Syntax
public ReadOnlyCollection<Node> GetNodes()

Return Value

Type: ReadOnlyCollectionNode

[Missing <returns> documentation for "M:TrafficSimulation.Simulation.WebService.SimulationService.GetNodes"]

Implements

ISimulationServiceGetNodes
See Also