All Cadcorp SIS API Methods

CreateIdb Method

Description

Create a new idb file with a set of attribute columns.

Syntax

Visual Basic
Public Sub CreateIdb( _
   ByVal filename As String, _
   ByVal schema As String _
)

Parameters

filename

The file must not already exist – an exception will be raised if it does already exist.

 
schema

The name of a saved schema or a blank string (“”) for none. An exception will be raised if the named schema is not found.

 

If the named schema contains internal properties or expressions then these will be ignored.

Remarks

Available: D OD OM SISpy

Group:

Example

sis.CreateIdb ( filename, schemName )