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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static LevelWidths Create(
	ILevelWidths levelWidths
)

Parameters

levelWidths
Type: DHI.Mike1D.StructureModuleILevelWidths

Return Value

Type: LevelWidths
See Also