DataItemIndexList Property

For each element this can specify an index into another list where the data "belongs" to.

This can be null (if no reasonable correspondence exists or if the correspondence is trivial and therefor not needed ([0,1,2,3,...])).

For data on a reach, the element at index i in the IndexList having IndexList[i] = j is used to specify that the value belongs to GridPoint number j in a list of GridPoint's.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public int[] IndexList { get; set; }

Property Value

Int32

Implements

IDataItemIndexList

See Also