AGI STK Objects 11 Send comments on this topic.
UseAnalysisStopTime Property (IAgScAnimationTimePeriod)
See Also 
Windows






Windows & Linux

Description

Whether the animation stop time is the same as the analysis's stop time

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAnalysisStopTime() As Boolean

[C#]
public bool UseAnalysisStopTime {get; set;}

[Managed C++]
public: __property bool get_UseAnalysisStopTime();
public: __property void set_UseAnalysisStopTime(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAnalysisStopTime(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAnalysisStopTime(
VARIANT_BOOL NewUseAnalysisStopTime
);

[Java]
public bool getUseAnalysisStopTime();public void setUseAnalysisStopTime(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface