uaPLUS Reference
Exists Method
See Also  Send Feedback
Opc.Ua Namespace > ReferenceCollection Class : Exists Method

referenceTypeId
isInverse
targetId
includeSubtypes
typeTree

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function Exists( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId, _
   ByVal includeSubtypes As Boolean, _
   ByVal typeTree As ITypeTable _
) As Boolean
C# 
public bool Exists( 
   NodeId referenceTypeId,
   bool isInverse,
   ExpandedNodeId targetId,
   bool includeSubtypes,
   ITypeTable typeTree
)

Parameters

referenceTypeId
isInverse
targetId
includeSubtypes
typeTree

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.