NetworkDataTGetValues Method
Get value at the given locations. The locations must have same Location.ID and
be ordred in the list by increasing chainages.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public T[] GetValues(
int locationCount,
IEnumerator<ILocation> locations
)
- locationCount Int32
- Number of locations in locations
- locations IEnumeratorILocation
- Locations to find value for
Tvalues at the given locations
This is a method that performs better than the ordinary GetValue call if
many locations is to be considered.