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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.