GetSourceScope
- Updated2025-07-30
- 1 minute(s) read
Retrieves the access scope for an item that the LabVIEW project library owns, such as public or private access.
Syntax
object.GetSourceScope(sourceRef, [inherited])Parameters
| 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. |