IOpcOrderedObjectNode Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The IOpcOrderedObjectNode interface defines the following members.

NumberInListNode

Gets a OpcPropertyNode´1 its value provides the position of the OpcObjectNode in a list, managed by an instance of the OpcOrderedObjectListNode.

C#

OpcPropertyNode<int> NumberInListNode { get; }


Property Value

OpcPropertyNode<Int32>

An instance of the OpcPropertyNode´1 its value indicates the zero-based position in the OpcOrderedObjectListNode the OpcObjectNode is being managed.