Returns a list of scheduled time intervals
for the current target
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Intervals() As IAgVeTargetPointingIntervalCollection
|
| [C#] |
|---|
public IAgVeTargetPointingIntervalCollection Intervals {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeTargetPointingIntervalCollection^ get_Intervals();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Intervals(
|
| [Java] |
|---|
public IAgVeTargetPointingIntervalCollection getIntervals();
|