'DeclarationPublic Overloads Function Remove( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal targetId As ExpandedNodeId _ ) As Boolean
'UsageDim 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)
public bool Remove( NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId )
public: bool Remove( NodeId^ referenceTypeId, bool isInverse, ExpandedNodeId^ targetId )
Parameters
- referenceTypeId
 - The reference type identifier.
 - isInverse
 - if set to 
truethis is inverse reference. - targetId
 - The target identifier.
 
Return Value
The result of removal.