API Help
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class / Remove Method
The object to remove to the PrjMessagesCollection.

In This Topic
    Remove Method (PrjMessagesCollection)
    In This Topic
    Removes the first occurrence of a specific object from the PrjMessagesCollection.
    Syntax
    public virtual bool Remove( 
       BaseProjectMessage msg
    )
    public:
    virtual bool Remove( 
       BaseProjectMessage^ msg
    ) 

    Parameters

    msg
    The object to remove to the PrjMessagesCollection.
    Exceptions
    ExceptionDescription
    The PrjMessagesCollection is read-only.
    See Also