STK ObjectsSend comments on this topic.
FadeTimes Property (IAgMtoGfxTrack)
See Also
Windows





Windows & Linux

Description

Get the fade times data.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FadeTimes() As IAgMtoGfxFadeTimes
[C#]
public IAgMtoGfxFadeTimes FadeTimes {get;}
[Managed C++]
public: __property IAgMtoGfxFadeTimes ^ get_FadeTimes();
[Unmanaged C++]
public: HRESULT get_FadeTimes(
    IAgMtoGfxFadeTimes ** ppVal
);
[Java]
public IAgMtoGfxFadeTimes getFadeTimes();
[Python - STK API ]
@property
def FadeTimes(self) -> "IAgMtoGfxFadeTimes":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.