Requires: Base Development System
Class: Library Methods (ActiveX)
Retrieves the access scope for an item that the LabVIEW project library owns, such as public or private access.
object.GetSourceScope(sourceRef, [inherited])
Name | Type | Description |
---|---|---|
sourceRef | ProjectItem* | Reference to the item in the project library for which you want to retrieve scope. |
inherited | Boolean | Indicates whether the specified item is inherited. |