STK ObjectsSend comments on this topic.
PostFadeTime Property (IAgMtoGfxFadeTimes)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_PostFadeTime(
    double PostFadeTime
);
[Java]
public double getPostFadeTime();
public void setPostFadeTime(
    double
);
[Python - STK API ]
@property
def PostFadeTime(self) -> float:

@PostFadeTime.setter
def PostFadeTime(self, PostFadeTime:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.