'Declaration
Public Function RemoveReferences( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean _ ) As Boolean
'Usage
Dim instance As NodeState Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim value As Boolean value = instance.RemoveReferences(referenceTypeId, isInverse)
public bool RemoveReferences( NodeId referenceTypeId, bool isInverse )
public: bool RemoveReferences( NodeId^ referenceTypeId, bool isInverse )
Parameters
- referenceTypeId
- Type of the reference.
- isInverse
- If set to
true
the reference is an inverse reference.