Adds a new element to the collection. Start/Stop params use DateFormat Dimension.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVeGfxInterval Add( System.Object Start, System.Object Stop ); |
| [Managed C++] |
|---|
public: IAgVeGfxInterval^ Add( VARIANT Start, VARIANT Stop ); |
| [Java] |
|---|
public IAgVeGfxInterval add( VARIANT Start, VARIANT Stop ); |
| [Unmanaged C++] |
|---|
|
- Start
- The start time of the interval.
- Stop
- The stop time of the interval.





