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





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 * pRetVal
);
public: HRESULT put_Accumulation(
AgEFmGfxAccumulation NewAccumulation
);

[Java]
public AgEFmGfxAccumulation getAccumulation();public void setAccumulation(
AgEFmGfxAccumulation
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1