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

Message Class
Base class for electrotechnical messages.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.EServices.Message

Syntax
public abstract class Message : IMessage  
Public Properties
 NameDescription
Public PropertyThe MessageState determines the actual adjusted check type  
Top
Public Methods
 NameDescription
Public MethodCalled by EPLAN when the help text to the message should be shown. the function itself must take care to call the matching help system with the correct language. The easiest way is to call a simple dialog or message box.  
Public MethodCalled by EPLAN when the message text should be shown.  
Public MethodCalled by EPLAN when the new project message is added to the system. If a new project message was added to a registered add-in, the add-in must be registered over again.  
Top
See Also