Opc.Ua.Core
RemoveReferences Method



Opc.Ua Namespace > NodeState Class : RemoveReferences Method
Type of the reference.
If set to true the reference is an inverse reference.
Removes all references of the specified type.
Syntax
'Declaration
 
Public Function RemoveReferences( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean _
) As Boolean
'Usage
 
Dim instance As NodeState
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim value As Boolean
 
value = instance.RemoveReferences(referenceTypeId, isInverse)
public bool RemoveReferences( 
   NodeId referenceTypeId,
   bool isInverse
)
public:
bool RemoveReferences( 
   NodeId^ referenceTypeId,
   bool isInverse
) 

Parameters

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