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 * pVal
);
public: HRESULT put_RotationOffset(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getRotationOffset();
public void setRotationOffset(
AgVariant
);
|
[Python - STK API] |
---|
@property
def RotationOffset(self) -> typing.Any:
@RotationOffset.setter
def RotationOffset(self, newVal:typing.Any) -> None:
|
See Also