Click or drag to resize

INetworkDataInterpolatorT Methods

The INetworkDataInterpolatorT generic type exposes the following members.

Methods
  NameDescription
Public methodGetGlobalValue(T)
Get global value. Returns false if no global value is defined.
Public methodGetGlobalValue(String, T)
Get value for the specified id. Returns false if no value is defined for the node id.
Public methodGetReachData
Public methodGetValue(String, T)
Get value for the specified node. Returns false if no value is defined for the node id.
Public methodGetValue(ILocation, T)
Get value for the specified location. Returns false if no value is defined around the location.
Top
See Also