Specify an angle measured from X (Axis 1) away from Y (Axis 2).
Read-write property
[Visual Basic .NET] |
---|
Public Property RotationOffset() As Double |
[C#] |
---|
public double RotationOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_RotationOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotationOffset( double * pRetVal ); public: HRESULT put_RotationOffset( double RotationOffset ); |
[Java] |
---|
public double getRotationOffset(); public void setRotationOffset( double ); |