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