Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbIsInstTransparent

dbIsInstTransparent(
d_instanceId
)
=> t / nil

Description

Checks if the specified instance ID is set to be transparent to the Virtuoso Layout Suite XL binder.

Arguments

d_instanceId

Database ID of the instance to be checked.

Value Returned

t

The specified instance is set as transparent to the Virtuoso Layout Suite XL binder.

nil

The instance is not transparent. The default value for any instance is nil.

Examples

isTransparent = dbIsInstTransparent(instanceId)

Returns t if the instance instanceId is already set as transparent. Otherwise, returns nil.


Return to top
 ⠀
X