Description
Controls alignment of samples with a UTC time
grid. Using proper time bound can improve computational performance
if the ephemeris lies on a fixed UTC time grid. The time bound
determines the reference time for taking fixed step samples.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property FixedTimeBound() As Double
|
[C#] |
public double FixedTimeBound {get; set;}
|
[Managed C++] |
public: __property double get_FixedTimeBound();
public: __property void set_FixedTimeBound(
double
);
|
[Unmanaged C++] |
public: HRESULT get_FixedTimeBound(
double * pRetVal
);
public: HRESULT put_FixedTimeBound(
double NewFixedTimeBound
);
|
[Java] |
public double getFixedTimeBound();public void setFixedTimeBound(
double
);
|
See Also