INetworkReach Interface

A generic network reach.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INetworkReach

Properties

GridPoints List of gridpoints within reach, in order from start to end of reach.
IsStructureReach Index into list of nodes, Reaches
LocationSpan Location span that covers this reach.
MaximumDx The maximal allowed distance between two points of the same type?
ReachListIndex Index into list of nodes, Reaches
ReverseDirection Reverse the positive flow direction of the reach. Default is false
TopoID Id for the cross section topology that is to be used for the Link / Branch If TopoID is not used, set to empty string (null will be handled as the empty string).

See Also