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