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

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

Parameters

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