QuickOPC User's Guide and Reference
UAAttributePoint Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId,UAIndexRangeList)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePoint Class > UAAttributePoint Constructor : UAAttributePoint Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId,UAIndexRangeList)
The point's endpoint descriptor.
The point's node descriptor.
The point's attribute Id.
The point's index range list.
Initializes a new instance of the class, with given endpoint and node descriptors, an attribute Id, and an index range list.
Syntax
'Declaration
 
Public Function New( _
   ByVal endpointDescriptor As UAEndpointDescriptor, _
   ByVal nodeDescriptor As UANodeDescriptor, _
   ByVal attributeId As UAAttributeId, _
   ByVal indexRangeList As UAIndexRangeList _
)
'Usage
 
Dim endpointDescriptor As UAEndpointDescriptor
Dim nodeDescriptor As UANodeDescriptor
Dim attributeId As UAAttributeId
Dim indexRangeList As UAIndexRangeList
 
Dim instance As New UAAttributePoint(endpointDescriptor, nodeDescriptor, attributeId, indexRangeList)

Parameters

endpointDescriptor
The point's endpoint descriptor.
nodeDescriptor
The point's node descriptor.
attributeId
The point's attribute Id.
indexRangeList
The point's index range list.
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