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





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 * pRetVal
);
public: HRESULT put_ShouldFadeOverTrailTime(
VARIANT_BOOL NewShouldFadeOverTrailTime
);

[Java]
public bool getShouldFadeOverTrailTime();public void setShouldFadeOverTrailTime(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1