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 * pVal
);
public: HRESULT put_UpdateAnimationTimeAfterRun(
VARIANT_BOOL InVal
);
|
[Java] |
---|
public bool getUpdateAnimationTimeAfterRun();
public void setUpdateAnimationTimeAfterRun(
bool
);
|
[Python - STK API] |
---|
@property
def UpdateAnimationTimeAfterRun(self) -> bool:
@UpdateAnimationTimeAfterRun.setter
def UpdateAnimationTimeAfterRun(self, InVal:bool) -> None:
|
See Also