AGI STK Astrogator 11 Send comments on this topic.
RotationOffset Property (IAgVACbAttitudeIAU1994)
See Also 





Description

The rotation offset; the angle from the inertially fixed reference direction to the body-fixed prime meridian (0 deg longitude) at the time of epoch. Uses AngleUnit Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotationOffset() As System.Object

[C#]
public System.Object RotationOffset {get; set;}

[Managed C++]
public: __property VARIANT get_RotationOffset();
public: __property void set_RotationOffset(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_RotationOffset(
VARIANT * pRetVal
);
public: HRESULT put_RotationOffset(
VARIANT NewRotationOffset
);

[Java]
public Variant getRotationOffset();public void setRotationOffset(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1