AGI STK Objects 11 Send comments on this topic.
FixedTimeBound Property (IAgStkAccessAdvanced)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1