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

referenceTypeId
isInverse
includeSubtypes
browseName

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal includeSubtypes As Boolean, _
   ByVal browseName As QualifiedName _
)
C# 
public RelativePath( 
   NodeId referenceTypeId,
   bool isInverse,
   bool includeSubtypes,
   QualifiedName browseName
)

Parameters

referenceTypeId
isInverse
includeSubtypes
browseName

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.