All Cadcorp SIS API Methods

NolCreate Method

Description

Creates an empty Named Object Library (NOL) file. This call will fail if the NOL file already exists.

Syntax

Visual Basic
Public Function NolCreate( _
   ByVal filename As String _
) As Integer

Parameters

filename
The name of the new NOL file. The new NOL is created in the current attached directory, unless a full path name is given. The new NOL can be added using NolInsert.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.NolCreate ("c:\libraries\ewnol.nol")