OPC Studio User's Guide and Reference
ToAENodeDescriptor Method (AENodeElement)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AENodeElement Class : ToAENodeDescriptor Method
Converts an AENodeElement to a node descriptor.
Syntax
'Declaration
 
Public Function ToAENodeDescriptor() As AENodeDescriptor
 
'Usage
 
Dim instance As AENodeElement
Dim value As AENodeDescriptor
 
value = instance.ToAENodeDescriptor()

Return Value

Returns the node descriptor with node Id and browse path of the node element.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also