All Cadcorp SIS API Methods

CreateQZoneFromGrid Method

Description

Creates a QZone item from the cells in the current Grid item which are between two values. If a Group is open, then graphics are added to the Group, otherwise a new Item is created.

Syntax

Visual Basic
Public Function CreateQZoneFromGrid( _
   ByVal v1 As Double, _
   ByVal v2 As Double _
) As Integer

Parameters

v1
The beginning of the range of values. Grid cells in this range will be included in the resulting QZone item.
 
v2
The end of the range of values. Grid cells in this range will be included in the resulting QZone item.

Remarks

The resolution of the resulting QZone will be dependent on the size of the Grid cells.

Available: GEO OD SISpy

Groups:

Example

sis.CreateQZoneFromGrid (1,100 )