STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseAnalysisStopTime(
    VARIANT_BOOL UseAnalysisStopTime
);
[Java]
public bool getUseAnalysisStopTime();
public void setUseAnalysisStopTime(
    bool
);
[Python - STK API ]
@property
def UseAnalysisStopTime(self) -> bool:

@UseAnalysisStopTime.setter
def UseAnalysisStopTime(self, UseAnalysisStopTime:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.