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






Windows & Linux

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 * pVal
);
public: HRESULT put_FixedTimeBound(
    double InVal
);
[Java]
public double getFixedTimeBound();
public void setFixedTimeBound(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.