Returns the elevation value of the grid point specified by the column and row indices.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public double GetValue(
	int column,
	int row
)
Visual Basic
Public Function GetValue ( _
	column As Integer, _
	row As Integer _
) As Double

Parameters

column
Type: System..::..Int32
Column index.
row
Type: System..::..Int32
Row index.

Return Value

The z value at the specified column and row.

See Also