Library class/Source Scope.Set and Propagate method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 4D10E421
Scope Basic Development Environment
Data Name Set Source Scope And Propagate
Short Name* Set Source Scope And Propagate
Long Name* Source Scope:Set and Propagate
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 80
Owning Class Name Library Class
Return Data Type No return value
Invoke Node Source Scope:Set and Propagate
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

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.

Parameters

Data type Name Required Description
ProjectItem Refnum source ref Yes Contains a reference to the item in the project library for which you want to set or retrieve access.
Enum U32 scope Yes Specifies the access setting for the item.

Uses

History

Version Change(s)
LabVIEW 2010 This method was added in LabVIEW 2010.

See Also

External Links