uaPLUS Reference
Construct(Int32,String,UInt16,String[]) Method
See Also  Send Feedback
Opc.Ua.Server Namespace > ParsedNodeId Class > Construct Method : Construct(Int32,String,UInt16,String[]) Method

rootType
rootId
namespaceIndex
componentNames

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Construct( _
   ByVal rootType As Integer, _
   ByVal rootId As String, _
   ByVal namespaceIndex As UShort, _
   ByVal ParamArray componentNames() As String _
) As NodeId
C# 
public static NodeId Construct( 
   int rootType,
   string rootId,
   ushort namespaceIndex,
   params string[] componentNames
)

Parameters

rootType
rootId
namespaceIndex
componentNames

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.