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

geIsMarkerShape

geIsMarkerShape( 
d_dbobjectId 
)
=> t / nil 

Description

Checks whether a shape was created as a marker.

Arguments

d_dbobjectId

Database ID of the cellview containing the shape.

Value Returned

t

The shape is a marker.

nil

The shape is not a marker.

Examples

Checks if shape2 is a marker.

geIsMarkerShape( shape2 )

Related Topics

Marker Functions


Return to top
 ⠀
X