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