IEngineNetDataItemTGetDataReachDefinition Method |
Returns an index-list, being indices of gridpoints that data belong to. In this case the elementSet is not required and may be null.
If data does not belong to grid points, the returned index-list must be null, and the elementSet must be used to describe the extent of each value in the reach.
If data belongs to all grid points in the reach, i.e. the number of values matches the number of grid points in the reach, both the returned index-list and the elementSet can be null.
Namespace: DHI.Mike1D.Engine.ModuleData
int[] GetDataReachDefinition( EngineReach reach, out IElementSetDefinition elementSet )