pcGetConditions
pcGetConditions(d_cvId) =>l_condlist/nil
Description
Returns a list of identifiers for conditional inclusion parameters in the specified cellview.
You must have defined the conditional inclusion parameters.
Arguments
|
The database ID of the cellview containing conditional inclusion parameters. |
Value Returned
Examples
condlist = pcGetConditions(cv)
Lists all conditional inclusion parameters defined in cv.
Return to top