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