ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.CIM Namespace / KGPathFindingError Enumeration

In This Topic
    KGPathFindingError Enumeration
    In This Topic
    Describes errors related to the time value(s) of a time event.
    Syntax
    Members
    MemberDescription
    ConfigurationHasTooManyInputEntities The configuration has too many input entities.
    ConfigurationIsTooComplex The configuration is too complex, this generally occurs when too many mandatory waypoints are defined.
    DurativeEventHasNoTime A durative event has a null start time and a null end time.
    DurativeEventHasOneMissingTime A durative event has either a null start time or a null end time.
    DurativeEventHasSwappedTimes A durative event start time is strictly greater than the end time.
    None No error.
    PunctualEventHasNoTime A punctual event has a null time.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also