NodeBaseNodeClassFromHandle Method

CVB.Net Documentation
Gets the node class of the given OPC/UA native node handle.

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

protected static NodeClass NodeClassFromHandle(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Native node handle.

Return Value

Type: NodeClass
NodeClass of the given handle.
See Also

Reference