Click or drag to resize

IEngineNetDataReachDef Interface

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IEngineNetDataReachDef

The IEngineNetDataReachDef type exposes the following members.

Properties
  NameDescription
Public propertyElementSet
ElementSet describing geometry of each value in the reach
Public propertyGridPointIndices
Indices of gridpoints that data belongs to
Public propertyIsGridPointBased
Flag specifying if data is grid point based.

If true, then GridPointIndices must be specified, otherwise the ElementSet must be specified

Top
See Also