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

vfoGRGetExtraArgumentName

vfoGRGetExtraArgumentName(
g_obj
) 
=> l_argName

Description

Returns the extra parameter names in a list. The end user should override this function for its class that has been extended from vfoAdvGuardRing.

Arguments

g_obj

An instance of the vfoAdvGuardRing SKILL++ class or any of its subclasses.

Value Returned

l_argName

The list of extra parameter names.

Example

defmethod(vfoGRGetExtraArgumentName((obj vfoAdvGuardRing))
list("userParameter1" "userParameter2")
)

Return to top
 ⠀
X