Return nodes by searching

Use C# APIs to return C# objects that correspond to the OPC UA nodes of the project.
You do not need to specify the exact node in which you want to search for the node to return. The APIs enable you to search all children nodes of a known node, at any level.
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.
IMPORTANT: Returning nodes by searching may negatively impact your project performance, especially if your project contains a large number of nodes.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.