/
nxa.AddDirectLink
nxa.AddDirectLink
Description
This function directly links a source item to a destination item. This means that the value of the source item will be forwarded to the destination item. All requests (write, read, and set requests) are forwarded from the source to the destination item. Compared to nxa.AddItemLink(), loops are detected.
Signature
nxa.AddDirectLink (string, string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | itemID of the source item | |
string | M | itemID of the destination item |
Return
None.
, multiple selections available,
Related content
nxa.AddDirectBiLink
nxa.AddDirectBiLink
More like this
nxa.AddItemLink
nxa.AddItemLink
More like this
nxa.MakeItemShadowCopy
nxa.MakeItemShadowCopy
More like this
nxa.AddCustomItem
nxa.AddCustomItem
More like this
nxa.RemoveDirectBiLink
nxa.RemoveDirectBiLink
More like this
nxa.AddExtCustomItem
nxa.AddExtCustomItem
More like this