 | 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)
Syntaxpublic ReadOnlyCollection<Node> GetNodes()
Public Function GetNodes As ReadOnlyCollection(Of Node)
public:
virtual ReadOnlyCollection<Node^>^ GetNodes() sealed
abstract GetNodes : unit -> ReadOnlyCollection<Node>
override GetNodes : unit -> ReadOnlyCollection<Node>
Return Value
Type:
ReadOnlyCollectionNode[Missing <returns> documentation for "M:TrafficSimulation.Simulation.WebService.SimulationService.GetNodes"]
Implements
ISimulationServiceGetNodes
See Also