pcGetCodeParamValue
pcGetCodeParamValue(d_cellViewId S_codeParamName) =>g_value/nil
Description
Returns the value of a specified code parameter.
Arguments
Value Returned
|
Returns the value of the specified code parameter. The returned value can be integer, float, string, Boolean, or a list. |
|
Examples
createGateValue = pcGetCodeParamValue( cvId "createGate" )
=> t
In this example, createGate is a defined Boolean code parameter. It returns the value of the createGate code parameter.
Return to top