Opc.Ua.Core
Remove(NodeId,Boolean,ExpandedNodeId) Method



Opc.Ua Namespace > ReferenceCollection Class > Remove Method : Remove(NodeId,Boolean,ExpandedNodeId) Method
The reference type identifier.
if set to true this is inverse reference.
The target identifier.
Removes the reference from the node.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId _
) As Boolean
'Usage
 
Dim instance As ReferenceCollection
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
Dim value As Boolean
 
value = instance.Remove(referenceTypeId, isInverse, targetId)

Parameters

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
targetId
The target identifier.

Return Value

The result of removal.
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

ReferenceCollection Class
ReferenceCollection Members
Overload List