AGI STK Objects 11Send comments on this topic.
Accumulation Property (IAgFmGfxAttributesAnimation)
See Also
Windows






Windows & Linux

Description

Accumulation method to control the sense and persistence of the animation graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Accumulation() As AgEFmGfxAccumulation
[C#]
public AgEFmGfxAccumulation Accumulation {get; set;}
[Managed C++]
public: __property AgEFmGfxAccumulation get_Accumulation();
public: __property void set_Accumulation( AgEFmGfxAccumulation );
[Unmanaged C++]
public: HRESULT get_Accumulation(
    AgEFmGfxAccumulation * pVal
);
public: HRESULT put_Accumulation(
    AgEFmGfxAccumulation AgEFmGfxAccumulation
);
[Java]
public AgEFmGfxAccumulation getAccumulation();
public void setAccumulation(
    AgEFmGfxAccumulation
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.