Res1DBasin Class |
Namespace: DHI.Mike1D.ResultDataAccess
public class Res1DBasin : Res1DSewerNode, IRes1DBasin, IRes1DSewerNode, IRes1DNode, IRes1DDataSet
The Res1DBasin type exposes the following members.
Name | Description | |
---|---|---|
![]() | Res1DBasin | Initializes a new instance of the Res1DBasin class |
Name | Description | |
---|---|---|
![]() | BottomLevel |
Bottom level of SewerNode (Manhole/Basin).
Unit: [m]
(Inherited from Res1DSewerNode.) |
![]() | CriticalLevel |
Critical level. Used to mark when a level is critical, not used in the simulation.
Unit: [m]
(Inherited from Res1DSewerNode.) |
![]() | DataItems |
List of data items used for accessing the data.
(Inherited from Res1DAbstractDataSet.) |
![]() | ExtensionData |
Holds data from an extended DataContract
(Inherited from Res1DNode.) |
![]() | GroundLevel |
Top level of SewerNode (Manhole/Basin)
Unit: [m]
(Inherited from Res1DSewerNode.) |
![]() | Id |
Identification string
(Inherited from Res1DAbstractDataSet.) |
![]() | XCoordinate |
X coordinate of node
(Inherited from Res1DNode.) |
![]() | YCoordinate |
Y coordinate of node
(Inherited from Res1DNode.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDataItem |
Return data item of specified type if present, otherwise null
(Inherited from Res1DAbstractDataSet.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _bottomLevel |
Bottom level of SewerNode (Manhole/Basin).
Unit: [m]
(Inherited from Res1DSewerNode.) |
![]() | _criticalLevel |
Cristcal level.
Unit: [m]
(Inherited from Res1DSewerNode.) |
![]() | _dataItems |
List of data items
(Inherited from Res1DAbstractDataSet.) |
![]() | _groundLevel |
Top level of SewerNode (Manhole/Basin)
Unit: [m]
(Inherited from Res1DSewerNode.) |
![]() | _id |
Identification string
(Inherited from Res1DAbstractDataSet.) |
Name | Description | |
---|---|---|
![]() | HasVolume |
Returns true if node has volume
(Defined by ResultDataExtensions.) |