
'Declaration
<ComVisibleAttribute(False)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <CLSCompliantAttribute(True)> <SerializableAttribute()> Public NotInheritable Class UATreePosition Inherits OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeElement, OpcLabs.EasyOpc.UA.AddressSpace.IUANodeElement, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Usage
Dim instance As UATreePosition
[ComVisible(false)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [CLSCompliant(true)] [Serializable()] public sealed class UATreePosition : OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeElement, OpcLabs.EasyOpc.UA.AddressSpace.IUANodeElement, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
[ComVisible(false)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [CLSCompliant(true)] [Serializable()] public ref class UATreePosition sealed : public OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeElement, OpcLabs.EasyOpc.UA.AddressSpace.IUANodeElement, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
The node that corresponds to the root of the tree is special in that from the properties inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement, only the Node Id is filled in.
The tree positions can be used to obtain information about the current node, and the nodes on the path to the root, but you cannot access child or sibling nodes of the current node. This is because the tree is constructed "on the fly", as the OPC address space is traversed, and sufficient information about child or sibling nodes may not be available.
System.Object
OpcLabs.BaseLib.Info
OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement
OpcLabs.EasyOpc.UA.Graphs.UATreePosition
Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows