QuickOPC User's Guide and Reference
ExecuteWrite Method (PointBindingGroup)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBindingGroup Class : ExecuteWrite Method
Executes the "Write" operation on all bindings in this binding group.
Syntax
'Declaration
 
Public Sub ExecuteWrite() 
'Usage
 
Dim instance As PointBindingGroup
 
instance.ExecuteWrite()
public void ExecuteWrite()
public:
void ExecuteWrite(); 
Remarks
The "Write" operation writes a value from the binding source into a point. Only bindings of type PointBinding that include PointBindingOperations.Write in their BindingOperations are affected; other bindings are ignored.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also