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 TimeBound() As Double
|
| [C#] |
|---|
public double TimeBound {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_TimeBound(); public: __property void set_TimeBound( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TimeBound( double * pRetVal ); public: HRESULT put_TimeBound( double NewTimeBound );
|
| [Java] |
|---|
public double getTimeBound();public void setTimeBound( double );
|
See Also