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

occpGetDefaultProp

occpGetDefaultProp(
o_occpHandle 
t_propName
)
=> r_occpProp / nil

Description

Gets default property information from the specified properties file.

Arguments

o_occpHandle

The properties file handle returned from a call to occpOpen.

t_propName

The name of the property.

Value Returned

r_occpProp

The property name structure, as returned by occpCreateProp.

nil

The property information does not exist or could not be retrieved.

Example

MyProp = occpGetDefaultProp(MyOccpHandle "variant")
when( MyProp
    printf("value is %L\n" MyProp->value))

Related Topics

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X