STK ObjectsSend 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 * pVal
);
public: HRESULT put_CollectionTime(
    double CollectionTime
);
[Java]
public double getCollectionTime();
public void setCollectionTime(
    double
);
[Python - STK API ]
@property
def CollectionTime(self) -> float:

@CollectionTime.setter
def CollectionTime(self, CollectionTime:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.