'Declaration
Public Function New( _ ByVal nodeArguments As UANodeArguments, _ ByVal attributeId As UAAttributeId, _ ByVal indexRangeList As UAIndexRangeList _ )
'Usage
Dim nodeArguments As UANodeArguments Dim attributeId As UAAttributeId Dim indexRangeList As UAIndexRangeList Dim instance As New UAAttributeArguments(nodeArguments, attributeId, indexRangeList)
public UAAttributeArguments( UANodeArguments nodeArguments, UAAttributeId attributeId, UAIndexRangeList indexRangeList )
public: UAAttributeArguments( UANodeArguments^ nodeArguments, UAAttributeId attributeId, UAIndexRangeList^ indexRangeList )
Parameters
- nodeArguments
- An object that specifies the node in the OPC server.
- attributeId
- Attribute Id. Identifies an attribute of a node.
- indexRangeList
- List of index ranges for individual array dimensions.