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

dbFindProp

dbFindProp( 
d_object 
t_name 
) 
=> d_propId / nil 

Description

If a property of the given name is found on the object specified, d_propId of the property is returned; otherwise, nil is returned. This function has the same functionality as dbGetPropByName.

Argument

d_object

Can be a dbId, propBagId, or ddId.

t_name

Name of the property to be searched.

Value Returned

d_propId

PropId if property of the given name is found on the object

nil

Returns nil otherwise.

Examples

propId = dbFindProp(instId "myProp")

Related Topics

Property Creation and Modification Functions


Return to top
 ⠀
X