Res1DOpenCrossSection Class

Class implementing a simple open cross section

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 Res1DOpenCrossSection : IRes1DOpenCrossSection, 
	IRes1DCrossSection, INetworkCrossSection, INetworkOpenCrossSection, IExtensibleDataObject
Inheritance
Object    Res1DOpenCrossSection
Implements
INetworkCrossSection, INetworkOpenCrossSection, IRes1DCrossSection, IRes1DOpenCrossSection, IExtensibleDataObject

Constructors

Res1DOpenCrossSection Default constructor

Properties

Coordinates List of coordinates. Can be null
ExtensionData Holds data from an extended DataContract
ID ID for the cross section
LeftCoordinateMarker Index of LeftCoordinateMarker
LeftLeveeBank Index of LeftLeveeBank
LeftLowFlowBank Index of LeftLowFlowBank
LowestPoint Index of LowestPoint
Points List for the points defining the cross section
RightCoordinateMarker Index of RightCoordinateMarker
RightLeveeBank Index of RightLeveeBank
RightLowFlowBank Index of RightLowFlowBank

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)
GetPointCoordsObsolete
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)

See Also