EasyUA Reference
Construct Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ReferenceTypeState Class : Construct Method

parent
The parent.

Glossary Item Box

Constructs an instance of a node.

Syntax

Visual Basic (Usage)Copy Code
Dim parent As NodeState
Dim value As NodeState
 
value = ReferenceTypeState.Construct(parent)
C# 
public static NodeState Construct( 
   NodeState parent
)

Parameters

parent
The parent.

Return Value

The new node.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.