'Declaration
Public Function New( _ ByVal nodeArguments As UANodeArguments, _ ByVal indexRangeList As UAIndexRangeList _ )
'Usage
Dim nodeArguments As UANodeArguments Dim indexRangeList As UAIndexRangeList Dim instance As New UAAttributeArguments(nodeArguments, indexRangeList)
public UAAttributeArguments( UANodeArguments nodeArguments, UAIndexRangeList indexRangeList )
public: UAAttributeArguments( UANodeArguments^ nodeArguments, UAIndexRangeList^ indexRangeList )
Parameters
- nodeArguments
- An object that specifies the node in the OPC server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - indexRangeList
- List of index ranges for individual array dimensions.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).