dbDefineProc
dbDefineProc(
d_cellView
t_fileName
)
= t / nil
Description
Changes the cellview specified by the d_cellView to be a parameterized cell. The specified file name should be the name of a file containing un-encrypted SKILL code defining procedure pcGenCell. The cellview should have a hierarchical property named parameters, which should be a hierarchical property list containing the default values for the parameters.
Arguments
|
The file which contains unencrypted SKILL code defining procedure pcGenCell. |
Values Returned
|
The cellview gets changed to a parameterized cell successfully. |
|
|
There is a severe error in the SKILL procedure or the property parameters are illegal. |
Return to top