AGI STK Objects 11Send comments on this topic.
ChangeInterval Method (IAgIntervalCollection)
See Also 
Index
The index in the collection.
Start
The start time.
Stop
The stop time.
Windows






Windows & Linux

Description

Updates interval with specified start and stop times at a given index. Start/Stop use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Sub ChangeInterval( _
   ByVal Index As Integer, _
   ByVal Start As System.Object, _
   ByVal Stop As System.Object _
) 
[C#]
public void ChangeInterval(
   int Index,
   System.Object Start,
   System.Object Stop
);
[Managed C++]
public: void ChangeInterval(
   int Index,
   VARIANT Start,
   VARIANT Stop
);
[Java]
public  changeInterval(
   int Index,
   Variant Start,
   Variant Stop
);
[Unmanaged C++]
public: HRESULT ChangeInterval(
   long Index,
   VARIANT Start,
   VARIANT Stop
);

Parameters

Index
The index in the collection.
Start
The start time.
Stop
The stop time.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.