Retrieves the access scope for an item that the LabVIEW project library owns, such as public or private access.

Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.

The following table lists and describes the access scope enum values for the Source Scope:Get method:

ScopeDescription
invalid scopeThe item is an invalid value. The item is visible whenever the read function receives an error and causes an error to occur if you pass the item to a write function.
publicThe item is visible when users view the project library. Other VIs and applications can call public VIs.
privateThe item does not appear visible when users view the project library or palettes if you lock the project library. Other VIs and applications that the project library does not own cannot call a private VI.
protectedThe item is visible to other VIs in the same class or a descendant class.
communityThe item is visible when users view the project library.

Parameters

Name Data type Required Description
source ref cprjitrn.png Yes

Contains a reference to the item in the project library for which you want to set or retrieve access.

inherited ibool.png No

Indicates whether the specified item is inherited.

Remarks

The following table lists the characteristics of this method.

Short Name Get Source Scope
Data type cenum.png
Available in Run-Time Engine Yes
Available in Real-Time Operating System No
Settable when the VI is running No
Loads the front panel into memory No
Need to authenticate before use No
Loads the block diagram into memory No
Remote access allowed Yes