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

In This Topic
    NetworkTravelModeSourceType Enumeration
    In This Topic
    The source type of the travel mode used by the travel mode context.
    Syntax
    public enum NetworkTravelModeSourceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum NetworkTravelModeSourceType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Custom Indicates the source of travel mode is a custom defined travel mode.
    Layer Indicates the travel mode is sourced from another layer.
    NetworkDataset Indicates the name property refers to a travel mode of the network dataset.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also