AGI STK Objects 11Send comments on this topic.
Add Method (IAgVeGfxIntervalsCollection)
See Also
Start
The start time of the interval.
Stop
The stop time of the interval.
Windows






Windows & Linux

Description

Adds a new element to the collection. Start/Stop params use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal Start As System.Object, _
    ByVal Stop As System.Object _
) As 
[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++]
public: HRESULT Add(
    VARIANT Start,
    VARIANT Stop,
    IAgVeGfxInterval ** ppRetVal
);

Parameters

Start
The start time of the interval.
Stop
The stop time of the interval.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.