Click or drag to resize

GenericExtensionsGetValue Method

Overload List
  NameDescription
Public methodStatic memberGetValueT(IDictionaryString, T, String)
Get value, based on key. If no data exist for value, null is returned
Public methodStatic memberGetValueT(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.
Public methodStatic memberGetValueT(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.
Top
See Also