InPlaceElementStructure class/Add In Place Pair method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 658EA800
Scope VI Scripting
Data Name Add In Place Pair
Short Name* Add In Place Pair
Long Name* Add In Place Pair
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16516
Owning Class Name InPlaceElementStructure Class
Return Data Type InPlaceBorderNode Refnum data type

InPlaceBorderNode Refnum

Invoke Node Add In Place Pair
Available in Real-Time Operating SystemYes
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

Adds a pair of border nodes at the specified Y Position on an In Place Element structure.

Parameters

Data type Name Required Description
InPlaceBorderNode Refnum Add In Place Pair Yes. Return value.
U32 Y Position Yes Specifies the position relative to the structure border at which to add the border nodes.
U32 DPID Yes Specifies the def proc ID of the border nodes you want to add to the structure.

Uses

Use this method when scripting a new or adding to a In Place Element structure. This method creates an In Place Element Border Node pair. The Y Position is the position from the structure's top. The DPID can have the values as follows:

Value Type of Border Node
335 Array Index
336 Unbundle
337 Variant
338 In Place
339 DVR
342 Waveform
356 Array split
382 Variant Attribute
397 Map

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links