Overload | Description |
---|---|
GetNode(UAModelNodeDescriptor) | Obtains a node from the model client. The type of the node object is given by the model. |
GetNode(UAModelNodeDescriptor,Type) | Obtains a node from the model client. The type of the node object is specified by a type parameter. |
GetNode<TNode>(UAModelNodeDescriptor) | Obtains a node from the model client. The type of the node object and the type of the return value is specified using a generic type parameter. |