'Declaration
Public Function ReferenceExists( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal targetId As ExpandedNodeId _ ) As Boolean
'Usage
Dim instance As NodeState Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim targetId As ExpandedNodeId Dim value As Boolean value = instance.ReferenceExists(referenceTypeId, isInverse, targetId)
public bool ReferenceExists( NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId )
public: bool ReferenceExists( NodeId^ referenceTypeId, bool isInverse, ExpandedNodeId^ targetId )
Parameters
- referenceTypeId
- The type of reference.
- isInverse
- Whether the reference is an inverse reference.
- targetId
- The target of the reference.
Return Value
True if the reference exists.