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

IMessage.ProjectMessageCreationType Enumeration
Methods by which a project message have been created.
Syntax
public enum IMessage.ProjectMessageCreationType : 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 a project check (menu items Project data > Messages > Check project)
Online1message was generated directly during the planning
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