EasyUA Reference
FindChildBySymbolicName Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : FindChildBySymbolicName Method

context
The context.
symbolicPath
The symbolic path.

Glossary Item Box

Finds the child by a path constructed from the symbolic names.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim symbolicPath As String
Dim value As BaseInstanceState
 
value = instance.FindChildBySymbolicName(context, symbolicPath)
C# 
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 seperated by a slash ('/'). Leading and trailing slashes are ignored.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.