Click or drag to resize

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.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static LevelWidths Create(
	ILevelWidths levelWidths
)

Parameters

levelWidths
Type: DHI.Mike1D.StructureModuleILevelWidths

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

Return Value

Type: LevelWidths

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

See Also