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