AGI STK Objects 11 Send comments on this topic.
TimeBound Property (IAgSamplingMethodFixedStep)
See Also 





Description

Duration used to align sample times with UTC. Uses Time Dimension.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1