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






Windows & Linux

Description

Amount of time in seconds required from asset collection until data can be transmitted to the ReceiveStation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PostCollectionTime();
public: __property void set_PostCollectionTime(
double
);

[Unmanaged C++]
public: HRESULT get_PostCollectionTime(
double * pRetVal
);
public: HRESULT put_PostCollectionTime(
double NewPostCollectionTime
);

[Java]
public double getPostCollectionTime();public void setPostCollectionTime(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface