API Help
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class
Members

In This Topic
    PrjMessagesCollection Class
    In This Topic
    Collection of project messages of the last check run (See menu "Project data>Messages>Check project..." or !!OVERLOADED_VerifyProject_Eplan::EplApi::HEServices: ).
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.EServices.PrjMessagesCollection

    Syntax
    public class PrjMessagesCollection 
    public ref class PrjMessagesCollection 
    Remarks
    Adding message to or removing messages from this collection, will update the messages visible in message management of EPLAN.
    Public Constructors
     NameDescription
    Public Constructorconstructor. initializes the matching enumerator.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the PrjMessagesCollection.  
    Public PropertyGets a value indicating whether the PrjMessagesCollection is read-only.  
    Public PropertyDetermines whether new message can be duplicated in collection. Default value is false.  
    Public PropertyIf true, added messages will be immediately displayed in message management window. Default value is false.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the PrjMessagesCollection.  
    Public MethodOverloaded. Adds a new message associated with part number to the project's message management window.  
    Public MethodRemoves all items from the PrjMessagesCollection.  
    Public MethodDetermines whether the PrjMessagesCollection contains a specific value.  
    Public MethodCopies the elements of the PrjMessagesCollection to an Array, starting at a particular Array index.  
    Public MethodReturns an enumerator that can iterate through a collection.  
    Public MethodReturns an enumerator that can iterate through a collection.  
    Public MethodReturns a typed enumerator that can iterate through a collection.  
    Public MethodRemoves the first occurrence of a specific object from the PrjMessagesCollection.  
    Top
    See Also