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

gpeGetAbutTypeName

gpeGetAbutTypeName (
u_sandbox
x_abutType
[ ?verbose { t | nil } ]
)
=> t_abutTypeName / nil

Description

Returns the name corresponding to the given abutment type number from the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

x_abutType

Specifies the abutment type number.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t_abutTypeName

Returns the abutment type name corresponding to the specified abutment type number.

nil

The command was unsuccessful.

Example

In the following example, the value of sb is determined by calling gpeEditSandbox. This value is passed as an argument to gpeGetAbutTypeName:

sb = gpeEditSandbox()
gpeGetAbutTypeName(sb 0 ?verbose t)
>"type0"

Return to top
 ⠀
X