IQueue3.SafeElementIterator (METH) ¶ METHOD SafeElementIterator : COLLECTION_ERROR Returns an thread safe iterator over all elements. InOut: Scope Name Type Return SafeElementIterator COLLECTION_ERROR Input itfIterator ISafeListIterator
ISortedList.AddElementWithoutSorting (METH) ¶ METHOD AddElementWithoutSorting : COLLECTION_ERROR Add the element itfElement to the collection without sorting. InOut: Scope Name Type Comment Return AddElementWithoutSorting COLLECTION_ERROR Input itfElement IElement The element to add.
ISortedList.Sort (METH) ¶ METHOD Sort : COLLECTION_ERROR Sorts the list by calling ElementCompareTo of IElement . InOut: Scope Name Type Return Sort COLLECTION_ERROR
ISortedList3.SafeElementIterator (METH) ¶ METHOD SafeElementIterator : COLLECTION_ERROR Returns an thread safe iterator over all elements. InOut: Scope Name Type Return SafeElementIterator COLLECTION_ERROR Input itfIterator ISafeListIterator
IStack.Peek (METH) ¶ METHOD Peek : COLLECTION_ERROR Get the head element of the stack. The element will not be removed. InOut: Scope Name Type Comment Return Peek COLLECTION_ERROR Output itfElement IElement The top level element of the stack.
IStack.Pop (METH) ¶ METHOD Pop : COLLECTION_ERROR Get the head of the stack. The element will be removed from the stack. InOut: Scope Name Type Comment Return Pop COLLECTION_ERROR Output itfElement IElement The top level element of the stack.
IStack3.SafeElementIterator (METH) ¶ METHOD SafeElementIterator : COLLECTION_ERROR Returns an thread safe iterator over all elements. InOut: Scope Name Type Return SafeElementIterator COLLECTION_ERROR Input itfIterator ISafeListIterator
IList.InsertElementAt (METH) ¶ METHOD InsertElementAt : COLLECTION_ERROR Insert element itfElement at the position udiPosition. Existing elements will be shifted to right. InOut: Scope Name Type Comment Return InsertElementAt COLLECTION_ERROR Input udiPosition UDINT Insert position itfElement IElement The element to insert at udiPosition
IList.RemoveElementAt (METH) ¶ METHOD RemoveElementAt : COLLECTION_ERROR Remove element from position udiPosition. InOut: Scope Name Type Comment Return RemoveElementAt COLLECTION_ERROR Input udiPosition UDINT Remove position
IList.SetElementAt (METH) ¶ METHOD SetElementAt : COLLECTION_ERROR Sets the element itfElement at the position udiPosition. Existing elements will be replaced. InOut: Scope Name Type Comment Return SetElementAt COLLECTION_ERROR Input udiPosition UDINT Set position itfElement IElement The element to set at udiPosition