STK ObjectsSend comments on this topic.
UsePreFade Property (IAgMtoGfxFadeTimes)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_UsePreFade(
    VARIANT_BOOL UsePreFade
);
[Java]
public bool getUsePreFade();
public void setUsePreFade(
    bool
);
[Python - STK API ]
@property
def UsePreFade(self) -> bool:

@UsePreFade.setter
def UsePreFade(self, UsePreFade:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.