Skip to main content

insert

Short summary

A method to insert a single element into the tree.

Return: SUCCESS: operation successful ABORTED: operation was aborted (implementation specific) ERROR: out of memory

Parameters

NameTypeCommentKind
objectCNM_AbstractObject.IObjectthe object that should be insertedinput

Code

Declaration

METHOD INTERNAL insert :CNM_ReturnTypes.SingleExecutionResult
VAR_INPUT
(*the object that should be inserted*)
object :CNM_AbstractObject.IObject;
END_VAR