ILevelWidth Interface

Defines data for single level in a Level/Width table. Level/Width tables are used both for structure geometry and for cross section specifications for structures.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ILevelWidth : IComparable<ILevelWidth>, 
	ICloneable
Implements
ICloneable, IComparableILevelWidth

Properties

Level Level [m]
Width Width [m]

Methods

CloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
CompareToCompares 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 IComparableILevelWidth)

See Also