STK AviatorSend comments on this topic.
StateCacheTimeInterval Property (IAgAvtrCalculationOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the time interval used to store the state information.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StateCacheTimeInterval() As Double
[C#]
public double StateCacheTimeInterval {get; set;}
[Managed C++]
public: __property double get_StateCacheTimeInterval();
public: __property void set_StateCacheTimeInterval( double );
[Unmanaged C++]
public: HRESULT get_StateCacheTimeInterval(
    double * pVal
);
public: HRESULT put_StateCacheTimeInterval(
    double newVal
);
[Java]
public double getStateCacheTimeInterval();
public void setStateCacheTimeInterval(
    double
);
[Python - STK API ]
@property
def StateCacheTimeInterval(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.