NolOwn Method
Description
Sets the ownership of a Named Object Library (NOL)
Syntax
Visual Basic |
---|
Public Function NolOwn( _ ByVal nPos As Integer, _ ByVal bOwn As Integer _ ) As Integer |
Parameters
- nPos
- The position in the list of NOLs of the NOL whose ownership is to be changed.
- bOwn
-
True
Attempt to get the ownership of the NOL. False
Disown the NOL.
Remarks
NOLs cannot be disowned if they have been modified.
Available: GEO D OD OM SISpy
Group:
Example
sis.NolOwn(2, True)