AGI STK Objects 11Send comments on this topic.
RemoveInterval Method (IAgIntervalCollection)
See Also
Start
The start time.
Stop
Windows






Windows & Linux

Description

Removes an interval using the interval interface. Start/Stop use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Sub RemoveInterval( _
    ByVal Start As System.Object, _
    ByVal Stop As System.Object _
) As 
[C#]
public void RemoveInterval(
    System.Object Start,
    System.Object Stop
);
[Managed C++]
public: void RemoveInterval(
    VARIANT Start,
    VARIANT Stop
);
[Java]
public void removeInterval(
    VARIANT Start,
    VARIANT Stop
);
[Unmanaged C++]
public: HRESULT RemoveInterval(
    VARIANT Start,
    VARIANT Stop
);

Parameters

Start
The start time.
Stop

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.