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






Windows & Linux

Description

This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseScenarioAnalysisTime() As Boolean
[C#]
public bool UseScenarioAnalysisTime {get; set;}
[Managed C++]
public: __property bool get_UseScenarioAnalysisTime();
public: __property void set_UseScenarioAnalysisTime( bool );
[Unmanaged C++]
public: HRESULT get_UseScenarioAnalysisTime(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseScenarioAnalysisTime(
    VARIANT_BOOL UseScenarioAnalysisTime
);
[Java]
public bool getUseScenarioAnalysisTime();
public void setUseScenarioAnalysisTime(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.