Return known nodes

Use C# APIs to return C# objects that correspond to OPC UA nodes of the project.
The returned C# objects that correspond to OPC UA nodes of the project start from the nodes for which:
  • The name is known
  • The type from which the OPC UA nodes are derived is known
The APIs are supplied by the
IUANode
class. The class instances are starting points for searching the nodes to return.
IMPORTANT: If multiple nodes have the same name, an unwanted node may be returned.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.