PrjMessagesCollection Class
 
            
                In This Topic
            
            Collection of project messages of the last check run (See ribbon "Tools>Review>Check" or 
!!OVERLOADED_VerifyProject_Eplan::EplApi::HEServices: ).
 
            
            Inheritance Hierarchy
System.Object
   Eplan.EplApi.EServices.PrjMessagesCollection
 			
            Syntax
            
            
            
            
            public class PrjMessagesCollection 
             
        
            
            public ref class PrjMessagesCollection 
             
        
             
         
            
            
            
            
            
            
            
            
            
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | Count | Gets the number of elements contained in the PrjMessagesCollection.   | 
  | IsReadOnly | Gets a value indicating whether the PrjMessagesCollection is read-only.   | 
  | ReuseMessages | Determines whether new message can be duplicated in collection. Default value is false.   | 
  | ShowImmediately | If true, added messages will be immediately displayed in message management window. Default value is false.   | 
Top 
            
            
            
            Public Methods
|   | Name | Description | 
  | Add | Adds an item to the PrjMessagesCollection.   | 
  | AddMessage | Overloaded. Adds a new message associated with part number to the project's message management window.   | 
  | Clear | Removes all items from the PrjMessagesCollection.   | 
  | Contains | Determines whether the PrjMessagesCollection contains a specific value.   | 
  | CopyTo | Copies the elements of the PrjMessagesCollection to an Array, starting at a particular Array index.   | 
  | GetEnumerator | Returns an enumerator that can iterate through a collection.   | 
  | GetEnumerator2 | Returns an enumerator that can iterate through a collection.   | 
  | GetPrjMsgEnumerator | Returns a typed enumerator that can iterate through a collection.   | 
  | Remove | Removes the first occurrence of a specific object from the PrjMessagesCollection.   | 
Top 
            
            
            
            
            
            
            
            
            									
            
            See Also