Table of Contents

Method AddSection

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

AddSection(Section, ILayout)

Adds the widgets from the section to the section.

public Section AddSection(Section section, ILayout layout)

Parameters

section Section

Section to be added to the section.

layout ILayout

Left-top position of the section within the parent section.

Returns

Section

The updated section.