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

dbGetPropByName

dbGetPropByName(
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.

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 the property of the given name is found on the object.

nil

Returns nil otherwise.

Examples

propId = dbGetPropByName(instId "myProp")

Related Topics

Property Creation and Modification Functions


Return to top
 ⠀
X