AGI STK Astrogator 11 Send comments on this topic.
UpdateAnimationTimeAfterRun Property (IAgVAMCSSegmentProperties)
See Also 
Windows






Windows & Linux

Description

If true, Astrogator will set the animation time to the final epoch of the segment when the segment finishes running.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UpdateAnimationTimeAfterRun();
public: __property void set_UpdateAnimationTimeAfterRun(
bool
);

[Unmanaged C++]
public: HRESULT get_UpdateAnimationTimeAfterRun(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UpdateAnimationTimeAfterRun(
VARIANT_BOOL NewUpdateAnimationTimeAfterRun
);

[Java]
public bool getUpdateAnimationTimeAfterRun();public void setUpdateAnimationTimeAfterRun(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface