AGI STK Objects 11Send 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 _
) As 
[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
);
[Java]
public void getInterval(
    int Index,
    VARIANT pStart,
    VARIANT pStop
);
[Unmanaged C++]
public: HRESULT GetInterval(
    long Index,
    VARIANT * pStart,
    VARIANT * pStop
);

Parameters

Index
pStart
pStop

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.