Opc.Ua.Core
Implicit Type Conversion(ExpandedNodeId,NodeId) Operator



Opc.Ua Namespace > ExpandedNodeId Class > Implicit Type Conversion Operator : Implicit Type Conversion(ExpandedNodeId,NodeId) Operator
Converts a NodeId to an ExpandedNodeId
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal nodeId As NodeId _
) As ExpandedNodeId
'Usage
 
public ExpandedNodeId operator implicit( 
   NodeId nodeId
)
public:
operator ExpandedNodeId^ ( 
   NodeId^ nodeId
)

Parameters

nodeId
Remarks
Converts a NodeId to an ExpandedNodeId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpandedNodeId Class
ExpandedNodeId Members
Overload List