nlGetPCellParamSource
nlGetPCellParamSource(o_cellViewl_parameters) =>l_BooleanValues/ nil
Description
Identifies the source of value of the Pcell parameters of the given cellview.
Arguments
|
List of parameters for which the source needs to be determined |
Value Returned
Examples
Returns a list of Boolean values that indicates whether the parameter is overridden (t) or takes its default value (nil).
nlGetParamList (o_cellView)
=> l_parameters
nlGetPCellParamSource (o_cellView, l_parameters)
=> t nil nil t
Return to top