NodeBase Constructor

CVB.Net Documentation
Creates a new Node object from the given handle.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

protected NodeBase(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Native CVOPCNODE handle.
See Also

Reference