ITreeNode.CountChildren (METH) ¶ METHOD CountChildren : UDINT Get the number of children of this node. InOut: Scope Name Type Return CountChildren UDINT
ITreeNode.MoveNode (METH) ¶ METHOD MoveNode : COLLECTION_ERROR Removes this node from the parent node and adds this node to the target node. InOut: Scope Name Type Comment Return MoveNode COLLECTION_ERROR Input itfTargetTreeNode ITreeNode The target node.
ITreeNode.Parent (METH) ¶ METHOD Parent : COLLECTION_ERROR Gets the parent ITreeNode . Returns NOT_FOUND if this node is the root node. InOut: Scope Name Type Comment Return Parent COLLECTION_ERROR Output itfParent ITreeNode The parent ITreeNode
ITreeNode.RemoveChild (METH) ¶ METHOD RemoveChild : COLLECTION_ERROR Removes a child element and all underlying nodes and children from this node. InOut: Scope Name Type Comment Return RemoveChild COLLECTION_ERROR Input itfElement IElement The element to remove
ITreeNode.RootNode (METH) ¶ METHOD RootNode : COLLECTION_ERROR Get the root node. InOut: Scope Name Type Comment Return RootNode COLLECTION_ERROR Output itfRootNode ITreeNode The root node
ITreeNode2.SafeChildren (METH) ¶ METHOD SafeChildren : COLLECTION_ERROR Returns an thread safe iterator over all elements. InOut: Scope Name Type Return SafeChildren COLLECTION_ERROR Input itfIterator ISafeLinkedListIterator
IBoolElement.BoolValue (PROP) ¶ PROPERTY BoolValue : BOOL Returns the value of the element.
Stack.CountElements (METH) ¶ METHOD CountElements : UDINT Returns the number of elements. InOut: Scope Name Type Return CountElements UDINT
Stack.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT Compares this element with itfElement . Returns 0 if the elements are equal, < 0 if the element is less than itfElement , > 0 if the element is greater than itfElement . InOut: Scope Name Type Comment Return ElementCompareTo INT Input itfElement IElement The element to compare
Stack.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement IElement The element to compare