| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As NodeState Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim value As Boolean value = instance.RemoveReferences(referenceTypeId, isInverse) | |
| C# | |
|---|---|
public bool RemoveReferences( NodeId referenceTypeId, bool isInverse ) | |
Parameters
- referenceTypeId
- Type of the reference.
- isInverse
- If set to
truethe reference is an inverse reference.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x