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

NameTypeMandatory/OptionalDescription
item1stringMitemID of item1
item2stringMitemID of item2

Return

None.