ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 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
    public System.double GetValue( 
       System.int column,
       System.int row
    )

    Parameters

    column
    Column index.
    row
    Row index.

    Return Value

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