Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A class that instantiates nodes based on their type definition.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
[ObsoleteAttribute("The NodeFactory class is obsolete and is not supported.")]
public class NodeFactory
Visual Basic
<ObsoleteAttribute("The NodeFactory class is obsolete and is not supported.")> _
Public Class NodeFactory
Visual C++
[ObsoleteAttribute(L"The NodeFactory class is obsolete and is not supported.")]
public ref class NodeFactory

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..NodeFactory

See Also