Requires: Base Development System
Class: Library Methods (ActiveX)
Sets the access scope of an item that the LabVIEW project library owns, such as public or private access.
This method is similar to the Access Scope box on the Item Settings page of the LabVIEW Project Library Properties dialog box.
object.SetSourceScope(sourceRef, [scope])
Name | Type | Description |
---|---|---|
sourceRef | ProjectItem* | Reference to the item in the project library for which you want to set scope. |
scope | LibraryItemScopeEnum | Specifies the access setting for the item.
|
none