 | ISimulationServiceGetNodes Method |
[This is preliminary documentation and is subject to change.]
Get the list of nodes.
Namespace:
TrafficSimulation.Simulation.Contracts
Assembly:
TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxReadOnlyCollection<Node> GetNodes()
Function GetNodes As ReadOnlyCollection(Of Node)
ReadOnlyCollection<Node^>^ GetNodes()
abstract GetNodes : unit -> ReadOnlyCollection<Node>
Return Value
Type:
ReadOnlyCollectionNode[Missing <returns> documentation for "M:TrafficSimulation.Simulation.Contracts.ISimulationService.GetNodes"]
See Also