All Cadcorp SIS API Methods

StoreTheme Method

Description

Stores the currently open Theme in a Named Object Library replacing any existing Theme with the same name.

Syntax

Visual Basic
Public Function StoreTheme( _
   ByVal theme As String _
) As Integer

Parameters

theme
The name of the Theme to create, or replace.

Remarks

Use LoadTheme to load a Theme for editing.

The method, when used at Cadcorp SIS 8.0 ActiveX (Viewer Level), will only store to the "(temporary)" Named Object Library.

Available: GEO D OD OM OV SISpy

Group:

Example

sis.LoadTheme ("BarChart1")