OPC Studio User's Guide and Reference
NodeDescriptor Property (DAMappingContext)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAMappingContext Class : NodeDescriptor Property
The descriptor of the OPC node involved in the operation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property NodeDescriptor As DANodeDescriptor
 
'Usage
 
Dim instance As DAMappingContext
Dim value As DANodeDescriptor
 
instance.NodeDescriptor = value
 
value = instance.NodeDescriptor
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