Click or drag to resize

XYTableSet Method

Set a value to the table

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 Set(
	int index,
	double x,
	double y
)

Parameters

index
Type: SystemInt32

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

x
Type: SystemDouble

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

y
Type: SystemDouble

[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