pcDeleteRefPoint
pcDeleteRefPoint(d_groupId) =>t / nil
Description
Deletes a reference point parameter. You can use this command to delete either a reference point defined relative to a parameter of the cell or a reference point defined relative to a parameterized path endpoint.
Arguments
|
The database ID of the parameterized reference point you want to delete. |
Value Returned
|
Returned if d_groupId is not a valid identifier for a parameterized reference point. |
Examples
pcDeleteRefPoint( gateContactRefPt )
Deletes the parameterized reference point defined by the symbol gateContactRefPt.
Return to top