In This Topic
Sets the elevation value of the grid point specified by the column and row indices.
Syntax
'Declaration
Public Sub SetValue( _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Double _
)
public void SetValue(
System.int column,
System.int ,
System.double
)
Parameters
- column
- Column index.
- row
- Row index.
- value
- Z value.
See Also