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

abeClearLayer

abeClearLayer(
o_abeLayer 
)
=> t / nil

Description

Removes all the shapes on the ABE layer and frees the memory. This is useful for re-using ABE layers.

Arguments

o_abeLayer

ID of the ABE layer to be cleared.

Values Returned

t

The ABE layer is cleared of all shapes and the related memory is freed.

nil

The specified ABE layer could not be cleared.

Example

Creates and then clears the andLayer ABE layer.

andLayer = abeCreateLayer()
abeClearLayer( andLayer )

Related Topics

abeDone


Return to top
 ⠀
X