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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.