STK ObjectsSend 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
);
[Python - STK API ]
@property
def ShouldFadeOverTrailTime(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.