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

vfoGRGetCreateFormIdentifier

vfoGRGetCreateFormIdentifier(
r_formPointer
) 
=> t_uniqueFormIdentifier

Description

Returns the unique identifier string used for creating the Create Guard Ring form.

Arguments

r_formPointer

The form pointer created using vfoGRNewCreateForm.

Value Returned

t_uniqueFormIdentifier

A unique identifier used for creating the Create Guard Ring form.

Example

Say, you created the form pointer, MODGEN, using the following:

form_pointer = vfoGRNewCreateForm("MODGEN" 'OKCancelApply)

Then, when you provide the following:

uniqueStr = vfoGRGetCreateFormIdentfier(form_pointer)

the return value of uniqueStr will be "MODGEN".


Return to top
 ⠀
X