TreeNode (FB)ΒΆ
FUNCTION_BLOCK TreeNode EXTENDS ElementBase IMPLEMENTS ITreeNode2, ILockable
Function block for tree structures. Use the factory TreeNodeFactory to create root nodes. Note: For online change safe elements implement IOnlineChangeSafeLinkedListElement or extend LinkedListElementBase.
Properties:
Methods:
Structure:
- AddChild (Method)
- Children (Method)
- ContainsChild (Method)
- CountChildren (Method)
- Element (Property)
- ElementCompareTo (Method)
- ElementEquals (Method)
- ElementHashCode (Method)
- IDisposable
- LockWaitTime (Property)
- MoveNode (Method)
- Parent (Method)
- RemoveChild (Method)
- RootNode (Method)
- SafeChildren (Method)
- SetInitialData (Method)