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

xfgrHideOption

xfgrHideOption( 
g_optionName
) 
=> t / nil

Description

Hides the specified option from the Create Fluid Guard Ring form.

Arguments

g_optionName

The name of the option to be hidden from the Create Fluid Guard Ring form.

Value Returned

t

The option is hidden.

nil

The option is not hidden.

Example

Hides the wrapType option from the Create Fluid Guard Ring form.

if(xfgrHideOption("wrapType") then
    info("wrapType option is hidden")
else
    info("wrapType option does not exist")
)

Return to top
 ⠀
X