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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseAnalysisStartTime();
public: __property void set_UseAnalysisStartTime(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAnalysisStartTime(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAnalysisStartTime(
VARIANT_BOOL NewUseAnalysisStartTime
);

[Java]
public bool getUseAnalysisStartTime();public void setUseAnalysisStartTime(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1