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





Description

The amount of time after the stop time that the line will continue to appear. Uses Time Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PostFadeTime();
public: __property void set_PostFadeTime(
double
);

[Unmanaged C++]
public: HRESULT get_PostFadeTime(
double * pRetVal
);
public: HRESULT put_PostFadeTime(
double NewPostFadeTime
);

[Java]
public double getPostFadeTime();public void setPostFadeTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1