Cadcorp SIS API Methods

NolInsert Method

Description

Inserts a Named Object Library (NOL).

Syntax

Visual Basic
Public Function NolInsert( _
   ByVal filename As String, _
   ByVal nPos As Integer, _
   ByVal bReadOnly As Integer _
) As Integer

Parameters

filename
The NOL file to insert.
 
nPos
The position in the list of NOLs at which to insert the new NOL.
 
bReadOnly
True    Make the NOL read-only.
False    Make the NOL writable, i.e. new named objects may be created in the NOL.

Remarks

Available: GEO MM ME MD OD OM OV SISpy

Group:

  • Named Object Library Methods
  • Example

    sis.NolInsert("c:\libraries\ewnol.nol", 0, True)


    Send comments on this topic.

    Click to return to www.cadcorp.com

    © Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).