Res1DHGridPoint Class

Specialized H gridpoint class extending Res1DGridPoint

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 class Res1DHGridPoint : Res1DGridPoint, 
	IRes1DHGridPoint, IRes1DGridPoint, INetworkGridPoint, INetworkHGridPoint
Inheritance
Object    Res1DGridPoint    Res1DHGridPoint
Derived
Implements
INetworkGridPoint, INetworkHGridPoint, IRes1DGridPoint, IRes1DHGridPoint

Constructors

Res1DHGridPoint Default constructor

Properties

BottomLevel Bottom level of grid point
Chainage Chainage of the gridpoint Unit: [m]
(Inherited from Res1DGridPoint)
CrossSection Cross section at gridpoint. Null in some HPoints (in older data files at least).
ExtensionData Holds data from an extended DataContract
(Inherited from Res1DGridPoint)
PointIndex Index in list of gridpoints
(Inherited from Res1DGridPoint)
PointType Point type for the gridpoint. HPoint, QPoint, ..
(Overrides Res1DGridPointPointType)
X X coordinate of the gridpoint at marker 2 of the cross section Unit: [m]
(Inherited from Res1DGridPoint)
Y Y coordinate of the gridpoint at marker 2 of the cross section Unit: [m]
(Inherited from Res1DGridPoint)
Z Z coordinate of the bottom point at marker 2 of the cross section in the gridpoint Unit: [m]
(Inherited from Res1DGridPoint)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

_chainage
(Inherited from Res1DGridPoint)
_crossSection Cross section at H point
_pointType
(Inherited from Res1DGridPoint)
_x
(Inherited from Res1DGridPoint)
_y
(Inherited from Res1DGridPoint)
_z
(Inherited from Res1DGridPoint)

Extension Methods

Coordinate Create coordinate of grid point
(Defined by Res1DExtensions)

See Also