Returns the elevation value of the grid point specified by the column and row indices.
'Declaration
Public Function GetValue( _
ByVal column As System.Integer, _
ByVal As System.Integer _
) As System.Double
public System.double GetValue(
System.int column,
System.int
)
Parameters
- column
- Column index.
- row
- Row index.
Return Value
The z value at the specified column and row.