All Cadcorp SIS API Methods

OpenOverlayItem Method

Description

Opens the Item on an overlay with the given ID number, making it the current open Item.

Syntax

Visual Basic
Public Function OpenOverlayItem( _
   ByVal pos As Integer, _
   ByVal id As Long _
) As Integer

Parameters

pos
The position in the overlays list of the overlay containing the Item to be opened.
 
id
The ID number of the Item to be opened.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.OpenOverlayItem (2, 103)