AGI STK Objects 11 Send comments on this topic.
Intervals Property (IAgCvSelectedGridPoint)
See Also 





Description

Returns a jagged array of access intervals. The elements are single-dimension arrays containing interval's start and stop times.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Intervals() As System.Array

[C#]
public System.Array Intervals {get;}

[Managed C++]
public: __property System::Array^ get_Intervals();

[Unmanaged C++]
public: HRESULT get_Intervals(
SAFEARRAY ** ppRetVal
);

[Java]
public Object[] getIntervals();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1