API Help
Eplan.EplApi.Base Namespace / EnumDecisionType Enumeration

In This Topic
    EnumDecisionType Enumeration
    In This Topic
    The type one setting can hold data in.
    Syntax
    public enum EnumDecisionType : System.Enum 
    public enum class EnumDecisionType : public System.Enum 
    Members
    MemberValueDescription
    eOkCancelDecision1With Ok Cancel button
    eOkDecision6With OK button
    eRetryCancelDecision4With Retry Cancel button
    eYesAllNoAllCancelDecision2With YesAll NoAll Cancel button
    eYesAllNoAllDecision3With YesAll NoAll button
    eYesNoCancelDecision5With Yes No Cancel button
    eYesNoDecision0With Yes No button
    Inheritance Hierarchy

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

    See Also