Click or drag to resize

DDoubleVectorGetSetBoxSetValue Method

Set the current values, vals will be copied into current array and update that.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetValue(
	int index,
	double val
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:DHI.Mike1D.Generic.DDoubleVectorGetSetBox.SetValue(System.Int32,System.Double)"]

val
Type: SystemDouble

[Missing <param name="val"/> documentation for "M:DHI.Mike1D.Generic.DDoubleVectorGetSetBox.SetValue(System.Int32,System.Double)"]

Implements

IDoubleVectorSetterSetValue(Int32, Double)
Remarks
When implementing new code, be sure to copy data into the existing data, such that engine data is not made available for editing with this call.
See Also