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

dbCreateHierProp

dbCreateHierProp( 
g_object 
t_name 
) 
=> d_prop / nil 

Description

Creates a hierarchical property for an object.

A hierarchical property is the only kind of property that can have other properties associated with it.

Arguments

g_object

The database object which can be a dbId, ddId, or dbBagId.

t_name

Name of the property.

Value Returned

d_prop

A hierarchical property belonging to the database object.

nil

A property named t_name already exists on the specified object or if d_object is invalid or is not a hierarchical property.

Examples

dbCreateHierProp(dbId "HProp")

Related Topics

Property Creation and Modification Functions


Return to top
 ⠀
X