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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.