Eplan Platform API
Eplan.EplApi.EServices Namespace / IMessage.ProjectMessageCreationType Enumeration

In This Topic
    IMessage.ProjectMessageCreationType Enumeration
    In This Topic
    Methods by which a project message have been created.
    Syntax
    public enum IMessage.ProjectMessageCreationType : System.Enum 
    public enum class IMessage.ProjectMessageCreationType : public System.Enum 
    Members
    MemberValueDescription
    Explicit3Message was output via another module and thus created "outside" of the message management (e.g., in the case of automatic cable generation, or when addressing PLC inputs and /or outputs). These module-specific messages are displayed together with the "normal" project check messages in the message management dialog
    Offline2Message was output during project checking. In could be either GUI dialog 'Check project', API action 'check' or Check.VertifyProject method.
    Online1Message was generated implicitly during project edition
    Undefined0Available for older projects that did not have the types of check available at the time, or for the ones which no current project check has yet been performed
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.EServices.IMessage.ProjectMessageCreationType

    See Also