All Cadcorp SIS API Methods

CreateContourTheme Method

Description

Creates a new Contour Theme.

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

Syntax

Visual Basic
Public Function CreateContourTheme( _
   ByVal hMajor As Double, _
   ByVal hMinor As Double _
) As Integer

Parameters

hMajor
The height of the major contour.
 
hMinor
The height of the minor contour.

Remarks

Available: GEO OD SISpy

Group:

Example

sis.CreateContourTheme (100, 50)