'Declaration
Public Overloads Sub ReadNode( _ ByVal node As Object, _ ByVal modellingTag As String _ )
'Usage
Dim instance As UAModelClient Dim node As Object Dim modellingTag As String instance.ReadNode(node, modellingTag)
public void ReadNode( object node, string modellingTag )
public: void ReadNode( Object^ node, String^ modellingTag )
Parameters
- node
- The node on which the operation will be performed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - modellingTag
- The operation will be performed only on members tagged with this tag.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).