ArcGIS Pro 2.6 API Reference Guide
esriDirectionsOutputType Enumeration

ArcGIS.Core.CIM Namespace : esriDirectionsOutputType Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace