Object: Structure
- Updated2024-09-12
- 1 minute(s) read
Data Portal > Objects > Portal > Object: Structure
Object: Structure
The Structure object corresponds to the structure view of the Data Portal. The structure view displays the data loaded in DIAdem.
The following example shows the structure view of the Data Portal. The third channel group is the first visible channel group.
VBScript | Python |
Portal.Visible = TRUE Call Portal.Structure.Activate Portal.Ratio = 20 Set Portal.Structure.FirstVisibleElement = Data.Root.ChannelGroups(3).Channels(1)
Properties
Methods
Activate | Collapse | Display | Expand | IsElementDisplayed | IsElementPinned | IsExpanded | IsKindOf | Pin | ResetPinnedElements
Returned From
See Also
Procedures
Creating a Template for Custom Properties | Deleting Channels from the Data Portal | Expanding Registered Channels | Generating Data Set, Group, and Channel Custom Properties in the Data Portal | Generating New Channels in the Data Portal | Generating New Groups in the Data Portal | Saving a Data Store | Specifying the Default Group in the Data Portal