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






Windows & Linux

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 * pVal
);
public: HRESULT put_UsePostFade(
    VARIANT_BOOL UsePostFade
);
[Java]
public bool getUsePostFade();
public void setUsePostFade(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.