All Cadcorp SIS API Methods

GetOverlayTheme Method

Description

Gets a copy of an overlay Theme placing it in a Named Object Library, replacing any existing Theme with the same name.

Syntax

Visual Basic
Public Function GetOverlayTheme( _
   ByVal pos As Integer, _
   ByVal theme As String, _
   ByVal nTheme As Integer _
) As Integer

Parameters

pos
The position of the overlay in the overlays list whose Theme is to be copied.
 
theme
The named Theme to create, or replace.
 
nTheme
The index of the Theme, starting at 0.

Remarks

Available: GEO D OD OM SISpy

Groups:

Example

sis.GetOverlayTheme(0, "NewContours", 0)