All Cadcorp SIS API Methods

OpenItem Method

Description

Opens the Item in the current dataset with the given id number, making it the current open Item.

Syntax

Visual Basic
Public Function OpenItem( _
   ByVal id As Long _
) As Integer

Parameters

id
The ID number of the Item to be opened.

Remarks

Available: GEO D OD OM OV SISpy

Group:

Example

sis.OpenItem (103)

opens the item whose ID is 103 in the current dataset.