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






Windows & Linux

Description

The amount of time before the start time that the track will appear. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PreFadeTime() As Double

[C#]
public double PreFadeTime {get; set;}

[Managed C++]
public: __property double get_PreFadeTime();
public: __property void set_PreFadeTime(
double
);

[Unmanaged C++]
public: HRESULT get_PreFadeTime(
double * pRetVal
);
public: HRESULT put_PreFadeTime(
double NewPreFadeTime
);

[Java]
public double getPreFadeTime();public void setPreFadeTime(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface