IRes1DStructureOutlet Interface

Interface for a Res1D structure outlet which is a pecial kind of outlet: When a structure is discharging directly out of the system, and no outlet has been explicitly specified, the engine will put in a StuctureOutlet downstream of the structure.

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 interface IRes1DStructureOutlet : IRes1DOutlet, 
	IRes1DNode, IRes1DDataSet, INetworkNode
Implements
INetworkNode, IRes1DDataSet, IRes1DNode, IRes1DOutlet

Properties

BottomLevel Bottom level of outlet. Unit: [m]
(Inherited from IRes1DOutlet)
DataItems List of data items used for accessing the data.
(Inherited from IRes1DDataSet)
GroundLevel Top level of outlet Unit: [m]
(Inherited from IRes1DOutlet)
Id Identification string
(Inherited from IRes1DDataSet)
ID Node ID
(Inherited from INetworkNode)
NodeListIndex Index into list of nodes, Nodes.

Remarks

When creating a new ResultData object, or modifying an existing, this is not automatically updated. Call ReconnectNetwork to have it updated.

(Inherited from IRes1DNode)
Reaches Reaches connected to node.
(Inherited from IRes1DNode)
XCoordinate X-coordinate of the node
(Inherited from IRes1DNode)
YCoordinate Y-coordinate of the node
(Inherited from IRes1DNode)

Methods

GetDataItem Return data item of specified type if present, otherwise null
(Inherited from IRes1DDataSet)

Extension Methods

GetDataItem Return data item of specified type if present, otherwise null
(Defined by Res1DExtensions)
HasVolume Returns true if node has volume
(Defined by ResultDataExtensions)

See Also