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 D OD OM OV SISpy
Group:
Example
sis.NolInsert("c:\libraries\ewnol.nol", 0, True)