IDataItemIndexList Property |
For each element this can specify an index into another list
where the data "belongs" to.
This can be null (if no reasonable correspondance exists or if the correspondance
is trivial and therefor not needed ([0,1,2,3,...])).
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax int[] IndexList { get; set; }
Property Value
Type:
Int32Remarks
In Mike1D it is so far always set.
Examples
The element at index i in the IndexList having IndexList[i] = j
could be used to specify that the value belongs to GridPoint number j in a list
of GridPoint's.
See Also