Parameters
- modelNodeDescriptor
- Model node descriptor. Identifies the node in OPC UA information model.
Return Value
true
if the given node belongs to the model; returns false
otherwise.true
if the given node belongs to the model; returns false
otherwise.Exception | Description |
---|---|
System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
This method is important for model provider composition.
This method does NOT test whether the node exists in the server!