QuickOPC User's Guide and Reference
CreateBindingGroups Method (PointBinderCore)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinderCore Class : CreateBindingGroups Method
Creates the (initial) binding groups for use with this binder. Creates the (initial) binding groups for use with this binder.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Overrides Function CreateBindingGroups() As IEnumerable(Of AbstractBindingGroup)
'Usage
 
Dim instance As PointBinderCore
Dim value As IEnumerable(Of AbstractBindingGroup)
 
value = instance.CreateBindingGroups()
[NotNull()]
protected override IEnumerable<AbstractBindingGroup> CreateBindingGroups()
[NotNull()]
protected:
IEnumerable<AbstractBindingGroup^>^ CreateBindingGroups(); override 

Return Value

The newly created binding groups.The newly created binding groups.
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