ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / esriDirectionsOutputType Enumeration

In This Topic
    esriDirectionsOutputType Enumeration
    In This Topic
    Network directions output type.
    Syntax
    public enum esriDirectionsOutputType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum esriDirectionsOutputType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    esriDOTComplete Directions output that includes all directions properties.
    esriDOTCompleteNoEvents Directions output that includes all directions properties except events.
    esriDOTInstructionsOnly Directions output that includes text instructions, time, length and ETA. Does not include geometry.
    esriDOTStandard Standard directions output – direction text instructions, geometry, time, length, ETA. Does not include events, new types of strings (street names, signposts info), Maneuver type, Bearings and Turn angle.
    esriDOTSummaryOnly Directions output that contains only summary (time and length). Detailed text instructions and geometry are not provided.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriDirectionsOutputType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also