STK ObjectsSend comments on this topic.
TimePeriod Property (IAgScAnimation)
See Also
Windows





Windows & Linux

Description

Allows the user to configure the scenario's animation time period

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TimePeriod() As IAgScAnimationTimePeriod
[C#]
public IAgScAnimationTimePeriod TimePeriod {get;}
[Managed C++]
public: __property IAgScAnimationTimePeriod ^ get_TimePeriod();
[Unmanaged C++]
public: HRESULT get_TimePeriod(
    IAgScAnimationTimePeriod ** ppRetVal
);
[Java]
public IAgScAnimationTimePeriod getTimePeriod();
[Python - STK API ]
@property
def TimePeriod(self) -> "IAgScAnimationTimePeriod":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.