API to 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.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.