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

xfgrSetOptionValue

xfgrSetOptionValue( 
g_optionName
g_optionValue
) 
=> t / nil

Description

Sets the specified value for the option.

Arguments

g_optionName

The name of the option.

g_optionValue

The value to be set for the option.

Value Returned

t

The specified value has been set.

nil

The specified values has not been set.

Example

Sets encloseBy as the value for the option wrapType.

if(xfgrSetOptionValue("wrapType" "encloseBy") then
    info("wrapType option value is set to encloseBy")
else
    info("wrapType option doesnot exist")
)

Return to top
 ⠀
X