AGI STK Objects 11 Send comments on this topic.
GetInterval Method (IAgImmutableIntervalCollection)
See Also 
Index
pStart
pStop





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
);

[Java]
public  getInterval(
int Index,
Variant pStart,
Variant pStop
);

[Unmanaged C++]
public: HRESULT GetInterval(
long Index,
VARIANT * pStart,
VARIANT * pStop
);

Parameters

Index
pStart
pStop

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1