[]
Returns the elevation value of the grid point specified by the column and row indices.
public double GetValue(int column, int row)
Public Function GetValue(column As Integer, row As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | column | Column index. |
| int | row | Row index. |
| Type | Description |
|---|---|
| double | The z value at the specified column and row. |