Interval List defined by scaling every interval in original interval list using either absolute or relative scale. If resulting interval's start becomes after its stop, the interval is removed from scaled list. If after scaling neighboring intervals overlap or abut, then they are replaced by single interval in scaled list.
AbsoluteIncrement | The absolute increment value which creates a new interval list by expanding (or shortening if negative) every interval in the original interval list by shifting interval's start/stop times equally by half of specified increment value. |
OriginalIntervals | The original interval list. |
RelativeIncrement | The relative increment value from which absolute increment is obtained by multiplying relative value by interval duration. The resulting absolute increment creates a new interval list by expanding (or shortening if negative) every interval in the original interval list by shifting interval's start/stop times equally by half of specified increment value. |
UseAbsoluteIncrement | Specify whether to use absolute or relative increment. |
Implemented Interface |
---|
IAgCrdnEventIntervalList |
IAgCrdn |
Create and configure scaled event interval list.
[C#] | ||
---|---|---|
|
Create and configure scaled event interval list.
[Visual Basic .NET] | ||
---|---|---|
|