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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1