NetworkDataTGetValues Method

Get value at the given locations. The locations must have same Location.ID and be ordred in the list by increasing chainages.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public T[] GetValues(
	int locationCount,
	IEnumerator<ILocation> locations
)

Parameters

locationCount  Int32
Number of locations in locations
locations  IEnumeratorILocation
Locations to find value for

Return Value

T
values at the given locations

Remarks

This is a method that performs better than the ordinary GetValue call if many locations is to be considered.

See Also