Jump to content

Structure class

From LabVIEW Wiki
Revision as of 00:00, 2 September 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Structure class
Class ID 16404
Scope VI Scripting
Class Inheritance
Class Children


The Structure class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Structure Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Structure Properties Table
Property ID Short Name (English) Description R/W RTE
6360800 AutoSize Sets or returns whether the structure automatically resizes to fit its contents. R/W
6360805 ContentRect Returns the size of the visible portion of the subdiagram of a structure. R X
6360803 Diagrams() Returns all subdiagrams of the structure. R X
6360809 Fix Contents Excludes the contents of the structure when you clean up the block diagram if you set this property to TRUE; otherwise, includes the contents of the structure in the clean up operation. R/W
6360806 FrameRectangle R/W
6360802 FrameSize Gets or sets the height and width of the structure. R/W X
6360807 AutoSharedCloneAllocStrategyEnabled Indicates whether LabVIEW uses the Automatic allocation option for reentrant VIs within the structure. R/W X
6360808 PreAllocSharedClones Indicates whether LabVIEW uses the Preallocate allocation option for reentrant VIs within the structure. R X
636080A SubDiagLbl Vis Sets the visibility of the subdiagram label. This property is similar to the Visible Items»Subdiagram Label item on the shortcut menu of a structure. This property is also similar to the Subdiagram label visible option on the Appearance page of the Properties dialog box. R/W
6360804 TargetSyntaxChecking R/W
6360801 Tunnels() Returns an array of references to the tunnels of the loop. R

Methods

Show/Hide Structure Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Structure Methods Table
Method ID Short Name (English) Description RTE
6360400 Auto Size Automatically resizes the structure to fit its contents.
6360401 Remove Structure Removes the structure from the block diagram. LabVIEW merges the contents of the visible frame of the structure with the block diagram. However, LabVIEW removes the contents of the hidden frames of the structure.
6360403 AllocSharedClonesAsNeeded Directs LabVIEW to use the Allocate As Needed allocation option for reentrant VIs within the structure. X
6360402 PreAllocSharedClones Directs LabVIEW to use the Preallocate allocation option for reentrant VIs within the structure. X

Events

No Events for this class.

History

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

See Also