STK ObjectsSend 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 * pVal
);
public: HRESULT put_PreCollectionTime(
    double PreCollectionTime
);
[Java]
public double getPreCollectionTime();
public void setPreCollectionTime(
    double
);
[Python - STK API ]
@property
def PreCollectionTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.