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