If true, Astrogator will set the animation time to the final epoch of the segment when the segment finishes running.
Read-write property
[Visual Basic .NET] |
---|
Public Property UpdateAnimationTimeAfterRun() As Boolean |
[C#] |
---|
public bool UpdateAnimationTimeAfterRun {get; set;} |
[Managed C++] |
---|
public: __property bool get_UpdateAnimationTimeAfterRun(); |
[Unmanaged C++] |
---|
public: HRESULT get_UpdateAnimationTimeAfterRun( VARIANT_BOOL * pVal ); public: HRESULT put_UpdateAnimationTimeAfterRun( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getUpdateAnimationTimeAfterRun(); public void setUpdateAnimationTimeAfterRun( bool ); |