All Cadcorp SIS API Methods

SetGridItemValue Method

Description

Sets the value in a cell of the current open Grid item. Grid cell values can be queried using GetGridItemValue.

Syntax

Visual Basic
Public Function SetGridItemValue( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal v As Double _
) As Integer

Parameters

x
The x coordinate position at which to set the Grid item value.

y
The y coordinate position at which to set the Grid item value.
 
z
The z coordinate position at which to set the Grid item value.
 
v
The new value for the Grid cell.

Remarks

Available: GEO D OD SISpy

Groups:

Example

sis.SetGridItemValue (100, 100, 0, 50)