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





Description

Amount of time in seconds required from receipt of commanding until a collection can be performed by the assets.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PreCollectionTime();
public: __property void set_PreCollectionTime(
double
);

[Unmanaged C++]
public: HRESULT get_PreCollectionTime(
double * pRetVal
);
public: HRESULT put_PreCollectionTime(
double NewPreCollectionTime
);

[Java]
public double getPreCollectionTime();public void setPreCollectionTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1