AGI STK Objects 11 Send 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 IAgVeVOIntervalsElement

[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 ** ReturnValue
);

Parameters

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface