Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

xfgrHideAllGroups

xfgrHideAllGroups( 
) 
=> t / nil

Description

Hides all groups in the Create Fluid Guard Ring form.

Arguments

None

Value Returned

t

The groups are hidden.

nil

The groups are not hidden.

Example

Hides all groups in the Create Fluid Guard Ring form.

if(xfgrHideAllOptions() then
    info("Empty form created.")
else
    info("Could not make the form empty")
)

Return to top
 ⠀
X