AGI STK Objects 11 Send comments on this topic.
TimeOffset Property (IAgVeProfileCoordinatedTurn)
See Also 





Description

Offset used to shift all basic attitude segments in time. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeOffset() As Double

[C#]
public double TimeOffset {get; set;}

[Managed C++]
public: __property double get_TimeOffset();
public: __property void set_TimeOffset(
double
);

[Unmanaged C++]
public: HRESULT get_TimeOffset(
double * pRetVal
);
public: HRESULT put_TimeOffset(
double NewTimeOffset
);

[Java]
public double getTimeOffset();public void setTimeOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1