ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKGTimeFilter Class / KGPathTimeFlow Property

In This Topic
    KGPathTimeFlow Property
    In This Topic
    Gets or sets a value indicating how time should flow along the result paths.
    Syntax
    public KGPathTimeFlow KGPathTimeFlow {get; set;}
    Public Property KGPathTimeFlow As KGPathTimeFlow
    Remarks
    The ConsecutiveEventsRestrictions define rules that apply to each pair (A, B) of consecutive events, enforcing that event B is a valid "successor" of event A (event A is then called a valid "predecessor" of event B).
    - When time flows forward, for each pair of consecutive events, the event which is closer to the path origin must be a valid predecessor of the event which is closer to the path destination.
    - When time flows backward, for each pair of consecutive events, the event which is closer to the path origin must be a valid successor of the event which is closer to the path destination.
    - When the time flow is not constrained, for each pair of consecutive events, the event which is closer to the path origin must either be a valid successor or a valid predecessor of the event which is closer to the path destination.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also