'Declaration
Public Function RemoveReference( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal targetId As ExpandedNodeId _ ) As Boolean
'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)
public bool RemoveReference( NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId )
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.