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