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(
|
[Java] |
---|
public IAgChGfxAnimation getAnimation();
|