ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKGTimeFilter Class
Properties Methods Events


In This Topic
    CIMKGTimeFilter Class Members
    In This Topic

    The following tables list the members exposed by CIMKGTimeFilter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the consecutive events restrictions.  
    Public Property Gets or sets the constraint on durative events duration.  
    Public Property Gets or sets a value indicating whether the filter is enabled. Note that having an empty list of event definitions is equivalent to not enabling the time filter, however since "Enable time filter" is a separate setting in the UI we have this member.  
    Public Property Gets or sets a value indicating how event data errors should be handled.  
    Public Property Gets or sets the events definitions.  
    Public Property Gets or sets a value indicating how time should flow along the result paths.  
    Public Property Gets or sets the time window. Any event that has a time span not intersecting the time window will be excluded.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMKGTimeFilter.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMKGTimeFilter with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMKGTimeFilter and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also