AGI STK Objects 11 Send comments on this topic.
ShouldFadeOverTrailTime Property (IAgMtoDefaultVOTrack)
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 * pRetVal
);
public: HRESULT put_ShouldFadeOverTrailTime(
VARIANT_BOOL NewShouldFadeOverTrailTime
);

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface