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

xfgrHideAllOptions

xfgrHideAllOptions( 
) 
=> t / nil

Description

Hides all current groups in the Create Fluid Guard Ring form.

Arguments

None

Value Returned

t

The current groups and options are hidden.

nil

The current groups and options are not hidden.

Example

Hides all current groups and options 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