[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetGrid.GetValue

GetValue Method

GetValue(int, int)

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

Declaration
public double GetValue(int column, int row)
Parameters
Type Name Description
int column

Column index.

int row

Row index.

Returns
Type Description
double

The z value at the specified column and row.

See Also