'Declaration
Function Remove( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal targetId As ExpandedNodeId _ ) As Boolean
'Usage
Dim instance As IReferenceCollection Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim targetId As ExpandedNodeId Dim value As Boolean value = instance.Remove(referenceTypeId, isInverse, targetId)
bool Remove( NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId )
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.