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.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property RelativeIncrement() As Double |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property double get_RelativeIncrement(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|






