Opc.Ua.Core
FindChildBySymbolicName Method



Opc.Ua Namespace > NodeState Class : FindChildBySymbolicName Method
The context.
The symbolic path.
Finds the child by a path constructed from the symbolic names.
Syntax
'Declaration
 
Public Overridable Function FindChildBySymbolicName( _
   ByVal context As ISystemContext, _
   ByVal symbolicPath As String _
) As BaseInstanceState
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim symbolicPath As String
Dim value As BaseInstanceState
 
value = instance.FindChildBySymbolicName(context, symbolicPath)
public virtual BaseInstanceState FindChildBySymbolicName( 
   ISystemContext context,
   string symbolicPath
)
public:
virtual BaseInstanceState^ FindChildBySymbolicName( 
   ISystemContext^ context,
   String^ symbolicPath
) 

Parameters

context
The context.
symbolicPath
The symbolic path.

Return Value

The matching child. Null if the no child was found.
Remarks
This method assumes the symbolicPath consists of symbolic names separated by a slash ('/'). Leading and trailing slashes are ignored.
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

NodeState Class
NodeState Members