ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKGConsecutiveEventsRestrictions Class


In This Topic
    CIMKGConsecutiveEventsRestrictions Class Properties
    In This Topic

    For a list of all members of this type, see CIMKGConsecutiveEventsRestrictions members.

    Public Properties
     NameDescription
    Public Property Gets or sets the max gap. The unit of this value is MaxGapUnit. This value is taken into account only if RestrictMaxGap is true.  
    Public Property Gets or sets the unit of MaxGap. Accepted values are { esriTimeUnitsMilliseconds, esriTimeUnitsSeconds, esriTimeUnitsMinutes, esriTimeUnitsHours, esriTimeUnitsDays, esriTimeUnitsWeeks }.  
    Public Property Gets or sets the max overlap between consecutive events. The unit of this value is MaxOverlapUnit. This value is taken into account only if RestrictMaxOverlap is true.  
    Public Property Gets or sets the unit of MaxOverlap. Accepted values are { esriTimeUnitsMilliseconds, esriTimeUnitsSeconds, esriTimeUnitsMinutes, esriTimeUnitsHours, esriTimeUnitsDays, esriTimeUnitsWeeks }.  
    Public Property Gets or sets a value indicating whether the max gap is restricted.  
    Public Property Gets or sets a value indicating whether the max overlap is restricted.  
    Top
    See Also