All Cadcorp SIS API Methods

CreateRangeTheme Method

Description

Creates a new Ranges Theme. After editing the Theme properties, use StoreTheme to save the Theme in a Named Object Library.

Syntax

Visual Basic
Public Function CreateRangeTheme( _
   ByVal formula As String, _
   ByVal nRanges As Integer _
) As Integer

Parameters

formula
The expression to use for matching values, which must evaluate to a number. See Property Expression Syntax for details.
 
nRanges
The number of ranges in the Theme, in the range 2 to 15.

Remarks

Available: GEO D OM OD OV SISpy

Group:

Example

sis.CreateRangeTheme ("Rge18&", 10)