Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseMessages Class / Remove Method
The message to be removed from the MDPartsDatabaseMessages.

In This Topic
    Remove Method (MDPartsDatabaseMessages)
    In This Topic
    Removes the first occurrence of a message from the MDPartsDatabaseMessages.
    Syntax
    public virtual bool Remove( 
       MDPartsMessage msg
    )
    public:
    virtual bool Remove( 
       MDPartsMessage^ msg
    ) 

    Parameters

    msg
    The message to be removed from the MDPartsDatabaseMessages.
    Exceptions
    ExceptionDescription
    The MDPartsDatabaseMessages is read-only.
    See Also