API Help
Eplan.EplApi.Base Namespace / EnumDecisionIcon Enumeration

In This Topic
    EnumDecisionIcon Enumeration
    In This Topic
    Used by the Decider, to determine which icon is to be shown.
    Syntax
    public enum EnumDecisionIcon : System.Enum 
    public enum class EnumDecisionIcon : public System.Enum 
    Members
    MemberValueDescription
    eEXCLAMATION2exclamation mark icon
    eFATALERROR0fatal error icon
    eINFORMATION3information (i) icon
    eQUESTION1question mark icon
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.Base.EnumDecisionIcon

    See Also