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