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

vfoSupportsDeleteObstruction?

vfoSupportsDeleteObstruction?(
g_obj
d_instId
) 
=> t / nil

Description

Checks if the Delete Obstruction (Heal) operation is supported on the given instance.

Arguments

g_obj

An instance of SKILL++ class vfoAbstractClass or any of its subclasses.

d_instId

The instance ID on which the operation is invoked.

Value Returned

t

The Delete Obstruction (Heal) operation is supported on the given instance.

nil

The Delete Obstruction (Heal) operation is not supported on the given instance.

Example

Obj = vfoAllocateProtocolObj(inst)
    => stdobj@0x148f5138
vfoSupportsDeleteObstruction?(obj inst)
    => t

Return to top
 ⠀
X