dbDeleteTermNetExpr
dbDeleteTermNetExpr( d_termId ) => t / nil
Description
Given d_termId, this function deletes any existing inherited net expression associated with this terminal and removes it from the set of inherited terminals.
Arguments
|
Specifies a terminal that has the inherited net expression attached to it. |
Value Returned
|
The inherited net expression exists on the object and is successfully deleted. |
|
|
No inherited net expression belongs to the object, or if the given terminal cannot be found. |
Related Topics
Inherited Connections Functions
Return to top