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. Use the Number of themes property to find out the number of Theme objects in an overlay.

Remarks

Available: GEO MM ME MD OD OM SISpy

Groups:

Example

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


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).