Click or drag to resize

TimeDataVectorTSAdd Method (Single)

Adds a time step, setting the provided values

calling this method is only valid if NumberOfElements is greater than 1.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Add(
	float[] elementValues
)

Parameters

elementValues
Type: SystemSingle

[Missing <param name="elementValues"/> documentation for "M:DHI.Mike1D.ResultDataAccess.TimeDataVectorTS.Add(System.Single[])"]

Implements

ITimeDataAdd(Single)
See Also