uaPLUS Reference
ReferenceNode Constructor(NodeId,Boolean,ExpandedNodeId)
See Also  Send Feedback
Opc.Ua Namespace > ReferenceNode Class > ReferenceNode Constructor : ReferenceNode Constructor(NodeId,Boolean,ExpandedNodeId)

referenceTypeId
isInverse
targetId

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId _
)
C# 
public ReferenceNode( 
   NodeId referenceTypeId,
   bool isInverse,
   ExpandedNodeId targetId
)

Parameters

referenceTypeId
isInverse
targetId

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.