STK ObjectsSend comments on this topic.
GetInterval Method (IAgImmutableIntervalCollection)
See Also
Index
pStart
pStop
Windows





Windows & Linux

Description

Returns start and stop times of the interval at a given index. Start/Stop use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Sub GetInterval( _
    ByVal Index As Integer, _
    ByRef pStart As System.Object, _
    ByRef pStop As System.Object _
)
[C#]
public void GetInterval(
    int Index,
    ref System.Object pStart,
    ref System.Object pStop
);
[Managed C++]
public: void GetInterval(
    int Index,
    VARIANT ^ pStart,
    VARIANT ^ pStop
);
[Unmanaged C++]
public: HRESULT GetInterval(
    long Index,
    VARIANT * pStart,
    VARIANT * pStop
);
[Python - STK API ]
def GetInterval(self, Index:int) -> typing.Tuple[typing.Any, typing.Any]:

Parameters

Index
pStart
pStop

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.