Eplan Platform API
Eplan.EplApi.Base Namespace / EnumDecisionType Enumeration

EnumDecisionType Enumeration
The type one setting can hold data in.
Syntax
public enum EnumDecisionType : 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