SetSourceScopeAndPropagate
- Updated2025-07-30
- 1 minute(s) read
Sets the access scope of an item that the LabVIEW project library owns, such as public or private access. If the item is a dynamic dispatch VI, LabVIEW also changes the scope of other implementations.
Syntax
object.SetSourceScopeAndPropagate(source ref, scope)Parameters
| Name | Type | Description |
|---|---|---|
| source ref | Refnum control | Contains a reference to the item in the project library for which you want to set or retrieve access. |
| scope | Enumerated type control | Specifies the access setting for the item.
|
Return Value
none