CopyFrom

Copies object data from another object instance.

METHOD CopyFrom : BOOL
VAR_INPUT
    ipOther : I_ServiceErrorClass;
END_VAR

ipOther: Interface pointer of type I_ServiceErrorClass of the data source object instance.

Return parameter: TRUE => success, FALSE => error (e.g. interface pointer is null).