NetworkDataTGetValue Method |
Name | Description | |
---|---|---|
GetValue(String, T) |
Get value for the specified node. Returns false if no value is
defined for the node id.
| |
GetValue(ILocation, T) |
Get value for the specified location. Returns false if no value is
defined for the location.
If more than one value is to be retrieved for the same reach, use the GetReachData(String) first and use that one to get the values (for performance). |