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
Value Returned
|
The specified instance is set as transparent to the Virtuoso Layout Suite XL binder. |
|
|
The instance is not transparent. The default value for any instance is |
Examples
isTransparent = dbIsInstTransparent(instanceId)
Returns t if the instance instanceId is already set as transparent. Otherwise, returns nil.
Return to top