Click or drag to resize

IFreeOverFlowLevelData Interface

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

The IFreeOverFlowLevelData 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 object with another object of the same type.
(Inherited from IComparableIFreeOverFlowLevelData.)
Top
See Also