Specify whether the axis of rotation for the angle is aligned with Positive or Negative direction of the about vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property SignedAngle() As Boolean |
[C#] |
---|
public bool SignedAngle {get; set;} |
[Managed C++] |
---|
public: __property bool get_SignedAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_SignedAngle( VARIANT_BOOL * pRetVal ); public: HRESULT put_SignedAngle( VARIANT_BOOL SignedAngle ); |
[Java] |
---|
public bool getSignedAngle(); public void setSignedAngle( bool ); |