dbCreateTermNetExpr
dbCreateTermNetExpr(
d_termId
t_netExpression
)
=> t / nil
Description
Given an inherited net expression in t_netExpression and a term ID, in d_termId, this function attaches the inherited net expression to the given terminal and adds the terminal to the set of terminals having inherited net expressions.
Arguments
|
Specifies a terminal that has the inherited net expression attached to it. |
|
|
Specifies the inherited net expression that attaches itself to the terminal. |
Value Returned
|
The given terminal does not exist, the given net expression is of illegal syntax, or if the terminal already has an inherited net expression associated with it. |
Related Topics
Inherited Connections Functions
Return to top