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.
Read-write property
[Visual Basic .NET] |
---|
Public Property TimeBound() As Double |
[C#] |
---|
public double TimeBound {get; set;} |
[Managed C++] |
---|
public: __property double get_TimeBound(); |
[Unmanaged C++] |
---|
public: HRESULT get_TimeBound( double * pVal ); public: HRESULT put_TimeBound( double InVal ); |
[Java] |
---|
public double getTimeBound(); public void setTimeBound( double ); |