AGI STK Objects 11 Send comments on this topic.
AnimationOptions Property (IAgAnimation)
See Also 





Description

Animation options.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AnimationOptions() As AgEAnimationOptions

[C#]
public AgEAnimationOptions AnimationOptions {get; set;}

[Managed C++]
public: __property AgEAnimationOptions get_AnimationOptions();
public: __property void set_AnimationOptions(
AgEAnimationOptions
);

[Unmanaged C++]
public: HRESULT get_AnimationOptions(
AgEAnimationOptions * pRetVal
);
public: HRESULT put_AnimationOptions(
AgEAnimationOptions NewAnimationOptions
);

[Java]
public AgEAnimationOptions getAnimationOptions();public void setAnimationOptions(
AgEAnimationOptions
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1