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






Windows & Linux

Description

If true, all other objects will be animated so that they appear at the proper position for the time being computed as the trajectory is calculated.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UpdateAnimationTimeForAllObjects();
public: __property void set_UpdateAnimationTimeForAllObjects(
bool
);

[Unmanaged C++]
public: HRESULT get_UpdateAnimationTimeForAllObjects(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UpdateAnimationTimeForAllObjects(
VARIANT_BOOL NewUpdateAnimationTimeForAllObjects
);

[Java]
public bool getUpdateAnimationTimeForAllObjects();public void setUpdateAnimationTimeForAllObjects(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface