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






Windows & Linux

Description

Amount of time in seconds required for transmission of the collected data from the assets to the ReceiveStation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DownlinkTime();
public: __property void set_DownlinkTime(
double
);

[Unmanaged C++]
public: HRESULT get_DownlinkTime(
double * pRetVal
);
public: HRESULT put_DownlinkTime(
double NewDownlinkTime
);

[Java]
public double getDownlinkTime();public void setDownlinkTime(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface