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