Accumulation method to control the sense and persistence of the animation graphics.
Read-write property
[Visual Basic .NET] |
---|
Public Property Accumulation() As AgEFmGfxAccumulation |
[C#] |
---|
public AgEFmGfxAccumulation Accumulation {get; set;} |
[Managed C++] |
---|
public: __property AgEFmGfxAccumulation get_Accumulation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Accumulation( AgEFmGfxAccumulation * pVal ); public: HRESULT put_Accumulation( AgEFmGfxAccumulation AgEFmGfxAccumulation ); |
[Java] |
---|
public AgEFmGfxAccumulation getAccumulation(); public void setAccumulation( AgEFmGfxAccumulation ); |