Opc.Ua.Core
ReferenceExists Method



Opc.Ua Namespace > NodeState Class : ReferenceExists Method
The type of reference.
Whether the reference is an inverse reference.
The target of the reference.
Returns true if the reference exists.
Syntax
'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)

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members