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
- Return type: CNM_ReturnTypes.SingleExecutionResult
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| object | CNM_AbstractObject.IObject | the object that should be inserted | input |
Code
Declaration
METHOD INTERNAL insert :CNM_ReturnTypes.SingleExecutionResult
VAR_INPUT
(*the object that should be inserted*)
object :CNM_AbstractObject.IObject;
END_VAR