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

In This Topic
    CIMKGTimeFilter Class
    In This Topic
    A Knowledge Graph Time Filter represents a set of time constraints that apply to the "events" of a path.
    Object Model
    CIMKGTimeFilter ClassCIMKGTimeFilter ClassCIMKGConsecutiveEventsRestrictions ClassCIMKGDurativeEventsDurationConstraint ClassCIMKGEventErrorHandling ClassCIMKGEventsDefinitions ClassCIMKGTimeFilter ClassCIMKGTimeWindow Class
    Syntax
    Remarks
    "Events" are entities and relationships of the path that have a matching CIMKGEventDefinition in EventsDefinitions.

    A CIMKGEventDefinition can either be durative (one property represents the start time, and one property representing the end time) or "punctual" (a single property represents the time at which the event occurs).

    The time filter represents three kinds of time constraints:
    - constraints that are applied to all events of the path (TimeWindow),
    - constraints that are applied only to durative events of the path (DurativeEventsDurationConstraint).
    - constraints that are applied to all pairs of consecutive events of the path (KGPathTimeFlow and ConsecutiveEventsRestrictions).

    The time filter also specifies the behavior when an event has missing or ill-formed time information (EventErrorHandling).
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMKGTimeFilter

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also