[]
Sets the elevation value of the grid point specified by the column and row indices.
public void SetValue(int column, int row, double value)
Public Sub SetValue(column As Integer, row As Integer, value As Double)
| Type | Name | Description |
|---|---|---|
| int | column | Column index. |
| int | row | Row index. |
| double | value | Z value. |