'Declaration
Public Function RemoveAll( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean _ ) As Boolean
'Usage
Dim instance As ReferenceCollection Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim value As Boolean value = instance.RemoveAll(referenceTypeId, isInverse)
public bool RemoveAll( NodeId referenceTypeId, bool isInverse )
public: 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.