'DeclarationFunction RemoveAll( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean _ ) As Boolean
'UsageDim instance As IReferenceCollection Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim value As Boolean value = instance.RemoveAll(referenceTypeId, isInverse)
bool RemoveAll( NodeId referenceTypeId, bool isInverse )
bool RemoveAll( NodeId^ referenceTypeId, bool isInverse )
Parameters
- referenceTypeId
- The reference type identifier.
- isInverse
- if set to
truethis is inverse reference.
Return Value
The result of removal.