Click or drag to resize

TsCollectionGetItemIndex Method

Get the index of the n'th item of the specified quantity. If the TsCoollection has 2 water level items and 3 discharge items, then asking for the 0'th discharge item will return 2.

Namespace:  DHI.Mike1D.Generic.TimeSeries
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public int GetItemIndex(
	int n,
	eumQuantity eumQuantity
)

Parameters

n
Type: SystemInt32
eumQuantity
Type: eumQuantity

Return Value

Type: Int32
See Also