STK ObjectsSend 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 * pVal
);
public: HRESULT put_PostCollectionTime(
    double PostCollectionTime
);
[Java]
public double getPostCollectionTime();
public void setPostCollectionTime(
    double
);
[Python - STK API ]
@property
def PostCollectionTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.