STK ObjectsSend comments on this topic.
ScheduleTimes Property (IAgVeTargetTimes)
See Also
Windows





Windows & Linux

Description

Get the scheduled times.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ScheduleTimes() As IAgVeScheduleTimesCollection
[C#]
public IAgVeScheduleTimesCollection ScheduleTimes {get;}
[Managed C++]
public: __property IAgVeScheduleTimesCollection ^ get_ScheduleTimes();
[Unmanaged C++]
public: HRESULT get_ScheduleTimes(
    IAgVeScheduleTimesCollection ** ppVal
);
[Java]
public IAgVeScheduleTimesCollection getScheduleTimes();
[Python - STK API ]
@property
def ScheduleTimes(self) -> "IAgVeScheduleTimesCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.