All Cadcorp SIS API Methods

AddToList Method

The Named List to which to add the current open item.

Description

Adds the current open item to a Named List. If the Named List does not exist, it will be created.

Syntax

Visual Basic
Public Function AddToList( _
   ByVal list As String _
) As Integer

Parameters

list
The Named List to which to add the current open item.

Remarks

Available: GEO D OD OM OV SISpy

Group:

Example

sis.AddToList("List1")