ShowNolObjectDialog Method
Description
Shows the edit dialog for an object in a Named Object Library (NOL)
Syntax
Visual Basic |
---|
Public Function ShowNolObjectDialog( _ ByVal nPos As Integer, _ ByVal aclass As String, _ ByVal name As String, _ ByVal bReadOnly As Integer _ ) As Integer |
Parameters
- nPos
- The position in the list of NOLs of the NOL containing the named object to show the edit dialog.
- aclass
- The destination position in the list of NOLs of the NOL of the named object for which the edit dialog is to be displayed. See Named Object Library Classes for valid classes.
- name
- The named object to display the edit dialog.
- 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: D OD
Group:
Example
sis.ShowNolObjectDialog (1, "ABrush", "Parish", 1 )