STK ObjectsSend comments on this topic.
TimeBound Property (IAgCommSystemAccessSamplingMethodFixed)
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 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 * pVal
);
public: HRESULT put_TimeBound(
    double InVal
);
[Java]
public double getTimeBound();
public void setTimeBound(
    double
);
[Python - STK API ]
@property
def TimeBound(self) -> float:

@TimeBound.setter
def TimeBound(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.