Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property RotationOffset() As System.Object |
[C#] |
---|
public System.Object RotationOffset {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RotationOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotationOffset( VARIANT * pVal ); public: HRESULT put_RotationOffset( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRotationOffset(); public void setRotationOffset( AgVariant ); |