Visual Basic (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) |
C# | |
---|---|
public bool Remove( NodeId referenceTypeId, bool isInverse, ExpandedNodeId 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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x