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