STK ObjectsSend comments on this topic.
Animation Property (IAgCvGraphics)
See Also
Windows





Windows & Linux

Description

2D animation graphics options.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Animation() As IAgCvGfxAnimation
[C#]
public IAgCvGfxAnimation Animation {get;}
[Managed C++]
public: __property IAgCvGfxAnimation ^ get_Animation();
[Unmanaged C++]
public: HRESULT get_Animation(
    IAgCvGfxAnimation ** ppVal
);
[Java]
public IAgCvGfxAnimation getAnimation();
[Python - STK API ]
@property
def Animation(self) -> "IAgCvGfxAnimation":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.