EasyUA Reference
RemoveAll Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ReferenceCollection Class : RemoveAll Method

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

Glossary Item Box

Removes all of the specified references.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ReferenceCollection
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim value As Boolean
 
value = instance.RemoveAll(referenceTypeId, isInverse)
C# 
public bool RemoveAll( 
   NodeId referenceTypeId,
   bool 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.