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

dbGetPatternRegionCreateType

dbGetPatternRegionCreateType(
d_shapeId
)
=> t_createType / nil 

Description

(ICADVM20.1 Only) Returns the create type of the specified shape. Possible values of create type are systemCreated and userCreated.

Arguments

d_shapeId

The ID of the shape.

Value Returned

t_createType

The create type.

nil

Returned in case of failure.

Example

dbGetPatternRegionCreateType(rect)
=> "userCreated"

Return to top
 ⠀
X