Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NodeState Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim targetId As ExpandedNodeId Dim value As Boolean value = instance.RemoveReference(referenceTypeId, isInverse, targetId) |
C# | |
---|---|
public bool RemoveReference( NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId ) |
Parameters
- referenceTypeId
- Type of the reference.
- isInverse
- If set to
true
the refernce is an inverse reference. - targetId
- The target of the reference.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x