Opc.Ua.Core
NodeStateReference Constructor(NodeId,Boolean,ExpandedNodeId)



Opc.Ua Namespace > NodeStateReference Class > NodeStateReference Constructor : NodeStateReference Constructor(NodeId,Boolean,ExpandedNodeId)
Constructs a reference to an external target.
Syntax
'Declaration
 
Public Function New( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId _
)
'Usage
 
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
 
Dim instance As New NodeStateReference(referenceTypeId, isInverse, targetId)
public NodeStateReference( 
   NodeId referenceTypeId,
   bool isInverse,
   ExpandedNodeId targetId
)
public:
NodeStateReference( 
   NodeId^ referenceTypeId,
   bool isInverse,
   ExpandedNodeId^ targetId
)

Parameters

referenceTypeId
isInverse
targetId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeStateReference Class
NodeStateReference Members
Overload List