Click or drag to resize

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.

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

The ILevelWidth type exposes the following members.

Properties
  NameDescription
Public propertyLevel
Level [m]
Public propertyWidth
Width [m]
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from IComparableILevelWidth.)
Top
See Also