| GetValueT(IDictionaryString, T, String) | Get value, based on key. If no data exist for value, null is returned |
| GetValueT(NetworkDataT, ILocation) | Get a value from the networkData at the given location. If no value is found at location, the global value is used. If no global value is defined, an exception is thrown. |
| GetValueT(NetworkDataT, String) | Get a value from the networkData at the given nodeId. If no value is found at location, the global value is used. If no global value is defined, an exception is thrown. |
| GetValueT(NetworkDataT, ILocation, T) | Get a value from the networkData at the given location. If no value is found at location, the global value is used. If no global value is defined, the default value is returned. |
| GetValueT(NetworkDataT, String, T) | Get a value from the networkData at the given nodeId. If no value is found at location, the global value is used. If no global value is defined, the default value is returned. |