ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / StepDecisionDisplayType Enumeration

In This Topic
    StepDecisionDisplayType Enumeration
    In This Topic
    Specifies the display type of the decision
    Syntax
    public enum StepDecisionDisplayType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum StepDecisionDisplayType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Button Display selections using buttons
    Dropdown Display selections in a dropdown menu
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Workflow.Models.JobModels.StepDecisionDisplayType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also