Posted By
asemlucben
May 27, 2026 06:54:00 AM
Found In
Egroup:
FactoryTalk Optix
\
view thread
An Alias is just a pointer to a different variable, something like the C pointers. When an Alias is linked to a tag, it contains only the NodeId of the target element, not the element itself, so you should: // Get the Alias variable from the widget IUAVariable myAlias = Owner.GetVariable("MyWidgetAlias); ...
|