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