hnlGetPropVal
hnlGetPropVal(t_propName d_cellView d_inst) =>propValue/ nil
Description
Returns the value of the property whose string name is given as the first argument. First, the property is searched for on the instance given as the third argument, and if not found there, on the cellview given as the second argument. If the property is found, the value is returned. Otherwise, nil is returned.
Arguments
|
The |
|
|
The |
Value Returned
Examples
hnlGetPropVal( "l" cellView inst )
Related Topics
Return to top