C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetGrid Class / GetValue Method
Column index.
Row index.

In This Topic
GetValue Method
In This Topic
Returns the elevation value of the grid point specified by the column and row indices.
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal column As System.Integer, _
   ByVal row As System.Integer _
) As System.Double
 

Parameters

column
Column index.
row
Row index.

Return Value

The z value at the specified column and row.
See Also