Returns true if the reference exists.
Syntax
Visual Basic (Usage) | Copy Code |
---|
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also