Eplan Platform API
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class
Properties Methods

In This Topic
    PrjMessagesCollection Class Members
    In This Topic

    The following tables list the members exposed by PrjMessagesCollection.

    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