All Cadcorp SIS API Methods

OpenList Method

Description

Opens an Item from a Named List making it the current open Item.

Syntax

Visual Basic
Public Function OpenList( _
   ByVal list As String, _
   ByVal n As Long _
) As Integer

Parameters

list
The Named List containing the Item to be opened.
 
n
The index of the Item in the Named List.

Remarks

Named List indices run from zero to one less than list's size.

Available: GEO D OD OM OV SISpy

Group:

Example

sis.OpenList ("Points", 0)