- Getting started
- Creating projects
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
IUAVariable.ResetDynamicLink()
Remove a dynamic link set on a variable.
void ResetDynamicLink();
Example
The following example shows an API that removes the dynamic link set on the
Text
property (which node is represented by TextVariable
) of the project object corresponding to myLabel
:myLabel.TextVariable.ResetDynamicLink();
Provide Feedback