Click or drag to resize

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.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public T[] GetValues(
	int locationCount,
	IEnumerator<ILocation> locations
)

Parameters

locationCount
Type: SystemInt32
Number of locations in locations
locations
Type: System.Collections.GenericIEnumeratorILocation
Locations to find value for

Return Value

Type: 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