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





Description

Opt whether to display the track before the time of its first point. Otherwise, the track will always be displayed when the current animation time is before the first point's time.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UsePreFade();
public: __property void set_UsePreFade(
bool
);

[Unmanaged C++]
public: HRESULT get_UsePreFade(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UsePreFade(
VARIANT_BOOL NewUsePreFade
);

[Java]
public bool getUsePreFade();public void setUsePreFade(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1