Description
This function bi-directly links a source item to a destination item. This means that two items in a bidirectionally way. That is, the value of the source item item1 will be forwarded to the destination item item2 and vice versa. Compared to "nxanxa.AddItemLink"(), loops are detected.
Signature
nxa.AddDirectBiLink (string, string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
item1 | string | M | itemID of the source itemitem1 |
item2 | string | M | itemID of the destination itemitem2 |
Return
None.