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






Windows & Linux

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 * pVal
);
public: HRESULT put_UseAnalysisStartTime(
    VARIANT_BOOL UseAnalysisStartTime
);
[Java]
public bool getUseAnalysisStartTime();
public void setUseAnalysisStartTime(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.