Opc.Ua.Core
RemoveReference Method



Opc.Ua Namespace > NodeState Class : RemoveReference Method
Type of the reference.
If set to true the refernce is an inverse reference.
The target of the reference.
Removes a reference.
Syntax
'Declaration
 
Public Function RemoveReference( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId _
) As Boolean
'Usage
 
Dim instance As NodeState
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
Dim value As Boolean
 
value = instance.RemoveReference(referenceTypeId, isInverse, targetId)

Parameters

referenceTypeId
Type of the reference.
isInverse
If set to true the refernce is an inverse reference.
targetId
The target of the reference.
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

NodeState Class
NodeState Members