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

dbIsTopologyPatternId

dbIsTopologyPatternId(
d_objectId 
)
=> t / nil 

Description

Returns a Boolean indicating whether the specified object ID is a dbTopologyPattern.

Arguments

d_objectId

The object ID whose dbTopologyPattern status must be returned.

Value Returned

t

The specified object ID is a dbTopologyPattern.

nil

The specified object ID is not a dbTopologyPattern.

Examples

dbIsTopologyPatternId(top)
=>t
dbIsTopologyPatternId(trunk)
=>t
dbIsTopologyPatternId(twig)
=>t
dbIsTopologyPatternId(net)
=>nil

Related Topics

Topology Pattern Database Access Functions


Return to top
 ⠀
X