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

absDeleteBin

absDeleteBin(
name
)
=> t / nil

Description

Deletes the named user bin. You cannot delete a system bin.

Arguments

name

Specifies the name of a user bin to be deleted.

Value Returned

t

Indicates successful operation.

nil

Indicates an error.

Example

Deletes the bin userbin1.

absDeleteBin "userbin1"
=> t

Related Topics

Deleting a User Bin in Abstract Generator


Return to top
 ⠀
X