Opc.Ua.Core
RemoveAll Method (IReferenceCollection)



Opc.Ua Namespace > IReferenceCollection Interface : RemoveAll Method
The reference type identifier.
if set to true this is inverse reference.
Removes all of the specified references.
Syntax
'Declaration
 
Function RemoveAll( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean _
) As Boolean
'Usage
 
Dim instance As IReferenceCollection
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim value As Boolean
 
value = instance.RemoveAll(referenceTypeId, isInverse)

Parameters

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

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

IReferenceCollection Interface
IReferenceCollection Members