XYTableSet Method

Set a value to the table

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Set(
	int index,
	double x,
	double y
)

Parameters

index  Int32

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

x  Double

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

y  Double

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

Implements

IXYTableSet(Int32, Double, Double)

See Also