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

IMessage.Classification Enumeration
Pre- defined classifications for project messages; every project message must be assigned to one of these classifications, other values will not be supported. The classification of a project message could be changed in the settings dialog at run time.
Syntax
public enum IMessage.Classification : System.Enum 
Members
MemberValueDescription
Error2 
Hint0 
Unknown-1 
Warning1 
Inheritance Hierarchy

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

See Also