AGI STK Objects 11Send comments on this topic.
Add Method (IAgVeVOIntervalsCollection)
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 use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal start As System.Object, _
    ByVal stop As System.Object _
) As 
[C#]
public IAgVeVOIntervalsElement Add(
    System.Object start,
    System.Object stop
);
[Managed C++]
public: IAgVeVOIntervalsElement^ Add(
    VARIANT start,
    VARIANT stop
);
[Java]
public IAgVeVOIntervalsElement add(
    VARIANT start,
    VARIANT stop
);
[Unmanaged C++]
public: HRESULT Add(
    VARIANT start,
    VARIANT stop,
    IAgVeVOIntervalsElement ** 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.