QuickOPC User's Guide and Reference
Implicit Type Conversion Operator (UANamedNodePath)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodePath Class : Implicit Type Conversion Operator
Descriptor of the base and only node in the named node path.
Creates a named node path from a node descriptor. The node path is empty.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<ContractAnnotationAttribute("null => null; notnull => notnull")>
Public Operator Widening CType( _
   ByVal nodeDescriptor As UANodeDescriptor _
) As UANamedNodePath
'Usage
 
[CanBeNull()]
[ContractAnnotation("null => null; notnull => notnull")]
public UANamedNodePath operator implicit( 
   UANodeDescriptor nodeDescriptor
)
[CanBeNull()]
[ContractAnnotation("null => null; notnull => notnull")]
public:
operator UANamedNodePath^ ( 
   UANodeDescriptor^ nodeDescriptor
)

Parameters

nodeDescriptor
Descriptor of the base and only node in the named node path.
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