AGI STK Objects 11 Send comments on this topic.
UsePostFade Property (IAgMtoGfxFadeTimes)
See Also 





Description

Opt whether to display the track after the last point's stop time. Otherwise, the track will always be displayed when the current animation time is after the last point's time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UsePostFade() As Boolean

[C#]
public bool UsePostFade {get; set;}

[Managed C++]
public: __property bool get_UsePostFade();
public: __property void set_UsePostFade(
bool
);

[Unmanaged C++]
public: HRESULT get_UsePostFade(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UsePostFade(
VARIANT_BOOL NewUsePostFade
);

[Java]
public bool getUsePostFade();public void setUsePostFade(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1