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






Windows & Linux

Description

Amount of time in seconds required for data collection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CollectionTime() As Double
[C#]
public double CollectionTime {get; set;}
[Managed C++]
public: __property double get_CollectionTime();
public: __property void set_CollectionTime(
   double
);
[Unmanaged C++]
public: HRESULT get_CollectionTime(
   double * pRetVal
);
public: HRESULT put_CollectionTime(
   double NewCollectionTime
);
[Java]
public double getCollectionTime();public void setCollectionTime(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.