Click or drag to resize

IRes1DManhole Interface

The circular manhole is a vertical circular cylinder. The cylinder is bounded vertically by invert level and ground level.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IRes1DManhole : IRes1DSewerNode, 
	IRes1DNode, IRes1DDataSet, INetworkNode

The IRes1DManhole type exposes the following members.

Properties
  NameDescription
Public propertyBottomLevel
Bottom level of SewerNode (Manhole/Basin). Unit: [m]
(Inherited from IRes1DSewerNode.)
Public propertyCriticalLevel Obsolete.
Cristcal level. TODO: What is this used for? Unit: [m]
(Inherited from IRes1DSewerNode.)
Public propertyDataItems
List of data items used for accessing the data.
(Inherited from IRes1DDataSet.)
Public propertyDiameter
Manhole diameter. Unit: [m]
Public propertyGroundLevel
Top level of SewerNode (Manhole/Basin) Unit: [m]
(Inherited from IRes1DSewerNode.)
Public propertyId
Identification string
(Inherited from IRes1DDataSet.)
Public propertyID
Node ID
(Inherited from INetworkNode.)
Public propertyReaches
Reaches connected to node.
(Inherited from IRes1DNode.)
Public propertyXCoordinate
X-coordinate of the node
(Inherited from IRes1DNode.)
Public propertyYCoordinate
Y-coordinate of the node
(Inherited from IRes1DNode.)
Top
Methods
  NameDescription
Public methodGetDataItem
Return data item of specified type if present, otherwise null
(Inherited from IRes1DDataSet.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDataItem
Return data item of specified type if present, otherwise null
(Defined by Res1DExtensions.)
Public Extension MethodHasVolume
Returns true if node has volume
(Defined by ResultDataExtensions.)
Top
See Also