STK ObjectsSend 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 _
)
[C#]
public void RemoveInterval(
    System.Object Start,
    System.Object Stop
);
[Managed C++]
public: void RemoveInterval(
    VARIANT Start,
    VARIANT Stop
);
[Unmanaged C++]
public: HRESULT RemoveInterval(
    VARIANT Start,
    VARIANT Stop
);
[Java]
public void removeInterval(
    AgVariant Start,
    AgVariant Stop
);
[Python - STK API ]
def RemoveInterval(self, Start:typing.Any, Stop:typing.Any) -> None:

Parameters

Start
The start time.
Stop

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.