Structure class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Structure class |
Class ID | 16404 |
Scope | VI Scripting |
Class Inheritance |
|
Class Children |
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Structure class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Structure Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6360800 | AutoSize To Fit Contents? | Sets or returns whether the structure automatically resizes to fit its contents. | Read/Write | No |
6360801 | Tunnels[] | Returns an array of references to the tunnels of the loop. | Read Only | No |
6360802 | Frame Size | Gets or sets the height and width of the structure. | Read/Write | Yes |
6360803 | Diagrams[] | Returns all subdiagrams of the structure. | Read Only | Yes |
6360804 | Target Syntax Checking | Read/Write | No | |
6360805 | Content Rect | Returns the size of the visible portion of the subdiagram of a structure. | Read Only | Yes |
6360806 | Frame Rectangle | Read/Write | No | |
6360807 | Shared Clones:Automatic Allocation Strategy Enabled | Indicates whether LabVIEW uses the Automatic allocation option for reentrant VIs within the structure. | Read/Write | Yes |
6360808 | Shared Clones:Pre-Allocate | Indicates whether LabVIEW uses the Preallocate allocation option for reentrant VIs within the structure. | Read Only | Yes |
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. | Read/Write | No |
636080A | Subdiagram Label Visible | 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. | Read/Write | No |
Methods
Show/Hide Structure Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
6360400 | Auto Size | Automatically resizes the structure to fit its contents. | No |
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. | No |
6360402 | Shared Clones:Pre-Allocate | Directs LabVIEW to use the Preallocate allocation option for reentrant VIs within the structure. | Yes (Read/Write) |
6360403 | Shared Clones:Allocate as Needed | Directs LabVIEW to use the Allocate As Needed allocation option for reentrant VIs within the structure. | Yes (Read/Write) |
Events
This class has no events or it inherits events from its parent: Node Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |