CIMKGConsecutiveEventsRestrictions Class Properties
For a list of all members of this type, see CIMKGConsecutiveEventsRestrictions members.
| Name | Description |
 | MaxGap |
Gets or sets the max gap.
The unit of this value is MaxGapUnit.
This value is taken into account only if RestrictMaxGap is true.
|
 | MaxGapUnit |
Gets or sets the unit of MaxGap.
Accepted values are {
esriTimeUnitsMilliseconds,
esriTimeUnitsSeconds,
esriTimeUnitsMinutes,
esriTimeUnitsHours,
esriTimeUnitsDays,
esriTimeUnitsWeeks }.
|
 | MaxOverlap |
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.
|
 | MaxOverlapUnit |
Gets or sets the unit of MaxOverlap.
Accepted values are {
esriTimeUnitsMilliseconds,
esriTimeUnitsSeconds,
esriTimeUnitsMinutes,
esriTimeUnitsHours,
esriTimeUnitsDays,
esriTimeUnitsWeeks }.
|
 | RestrictMaxGap |
Gets or sets a value indicating whether the max gap is restricted.
|
 | RestrictMaxOverlap |
Gets or sets a value indicating whether the max overlap is restricted.
|
Top