DeleteMember

This method is used to remove a data object (DO) from the member container of the data set.

METHOD FINAL DeleteMember : BOOL
VAR_INPUT
    ipData  : I_AcsiCommonDataClass;
    eFc     : E_AcsiFc;
END_VAR

ipData: Interface pointer of type I_AcsiCommonDataClass of the data object, which is to be removed from the member container.

eFc: Functional group of the data object of type E_AcsiFc.

Return parameter: Positive message (TRUE) on success, negative message (FALSE) on error.