STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT ChangeInterval(
    long Index,
    VARIANT Start,
    VARIANT Stop
);
[Java]
public void changeInterval(
    int Index,
    AgVariant Start,
    AgVariant Stop
);
[Python - STK API ]
def ChangeInterval(self, Index:int, Start:typing.Any, Stop:typing.Any) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.