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





Windows & Linux

Description

Returns a list of scheduled time intervals for the current target

Property type

Read-only property

Syntax

[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(
    IAgVeTargetPointingIntervalCollection ** ppRetVal
);
[Java]
public IAgVeTargetPointingIntervalCollection getIntervals();
[Python - STK API ]
@property
def Intervals(self) -> "IAgVeTargetPointingIntervalCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.