STK ObjectsSend comments on this topic.
Intervals Property (IAgCvSelectedGridPoint)
See Also
Windows





Windows & Linux

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 AgSafeArray getIntervals();
[Python - STK API ]
@property
def Intervals(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.