CIMKGConsecutiveEventsRestrictions Class Members
In This Topic
The following tables list the members exposed by CIMKGConsecutiveEventsRestrictions.
Public Constructors
Public Properties
| 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
Public Methods
Public Events
See Also