Click or drag to resize

ICrossSection Interface

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ICrossSection : IComparable, 
	ICloneable

The ICrossSection type exposes the following members.

Properties
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable.)
Public methodExtrapolate
Public methodGetAdditionalSurfaceArea
Public methodGetArea
Public methodGetConveyance
Public methodGetFlowArea
Public methodGetFlowAreaDerivative
Public methodGetHydraulicRadius
Public methodGetHydraulicRadiusDerivative
Public methodGetResistanceFactor
Public methodGetResistanceFactorDerivative
Public methodGetStorageWidth
Public methodGetVolumeFromAdditionalSurfaceArea
Public methodInitialize
Public methodPrepare
Public methodUpdateDatum
Public methodValidate
Public methodZMinFromCenter
Top
Extension Methods
See Also