- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
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