GetGridItemValue Method
Description
Gets the value of the cell in the current open Grid item at a position. Grid cell values can be set using SetGridItemValue.
Syntax
Visual Basic |
---|
Public Function GetGridItemValue( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) As Double |
Parameters
- x
- The x coordinate position at which to query the Grid item value.
- y
- The y coordinate position at which to query the Grid item value.
- z
- The z coordinate position at which to query the Grid item value.
Return Type
The Grid item value at the given position.
Remarks
Available: GEO OD SISpy
Group:
Example
sis.GetGridItemValue (100, 100, 50)