LevelWidthsCreate Method

Returns an LevelWidths class from an ILevelWidths. If the incoming class is already an LevelWidths, the same class is returned, otherwise data is copied to a new class.

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 static LevelWidths Create(
	ILevelWidths levelWidths
)

Parameters

levelWidths  ILevelWidths

[Missing <param name="levelWidths"/> documentation for "M:DHI.Mike1D.StructureModule.LevelWidths.Create(DHI.Mike1D.StructureModule.ILevelWidths)"]

Return Value

LevelWidths

[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.LevelWidths.Create(DHI.Mike1D.StructureModule.ILevelWidths)"]

See Also