'Declaration
Function RemoveAll( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean _ ) As Boolean
'Usage
Dim 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
true
this is inverse reference.
Return Value
The result of removal.