pcDeleteParamProp
pcDeleteParamProp(d_cvId t_propname) =>t / nil
Description
Deletes a parameterized property in the cellview d_cvId.
Arguments
|
The database ID of the cellview in which the parameterized property should be deleted. |
|
Value Returned
|
Returned if no parameterized property is defined with the given name or the parameterized property cannot be deleted. |
Examples
pcDeleteParamProp( cv "myProp" )
Deletes the parameterized property named myProp.
Return to top