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






Windows & Linux

Description

Controls whether trailing line fades over trail time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShouldFadeOverTrailTime() As Boolean
[C#]
public bool ShouldFadeOverTrailTime {get; set;}
[Managed C++]
public: __property bool get_ShouldFadeOverTrailTime();
public: __property void set_ShouldFadeOverTrailTime( bool );
[Unmanaged C++]
public: HRESULT get_ShouldFadeOverTrailTime(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShouldFadeOverTrailTime(
    VARIANT_BOOL FadeOverTrailTime
);
[Java]
public bool getShouldFadeOverTrailTime();
public void setShouldFadeOverTrailTime(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.