Opc.Ua.Core
Construct Method (BaseDataVariableState)



Opc.Ua Namespace > BaseDataVariableState Class : Construct Method
The parent.
Constructs an instance of a node.
Syntax
'Declaration
 
Public Shared Function Construct( _
   ByVal parent As NodeState _
) As NodeState
'Usage
 
Dim parent As NodeState
Dim value As NodeState
 
value = BaseDataVariableState.Construct(parent)
public static NodeState Construct( 
   NodeState parent
)
public:
static NodeState^ Construct( 
   NodeState^ parent
) 

Parameters

parent
The parent.

Return Value

The new node.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDataVariableState Class
BaseDataVariableState Members