Click or drag to resize

BoundaryItemPeriodicCreate Method

BoundaryItemPeriodic factory, creates and returns a new object. This does not have a periodicPattern assigned, so it is only partly initialized.

Namespace:  DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static BoundaryItemPeriodic Create(
	double averageValue
)

Parameters

averageValue
Type: SystemDouble
The average value.

Return Value

Type: BoundaryItemPeriodic
A partly initialized BoundaryItemPeriodic object.
See Also