STK ObjectsSend 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 Accumulation
);
[Java]
public AgEFmGfxAccumulation getAccumulation();
public void setAccumulation(
    AgEFmGfxAccumulation
);
[Python - STK API ]
@property
def Accumulation(self) -> "AgEFmGfxAccumulation":

@Accumulation.setter
def Accumulation(self, Accumulation:"AgEFmGfxAccumulation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.