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 SignedAngle
);
|
| [Java] |
|---|
public bool getSignedAngle();
public void setSignedAngle(
bool
);
|
| [Python - STK API] |
|---|
@property
def SignedAngle(self) -> bool:
@SignedAngle.setter
def SignedAngle(self, SignedAngle:bool) -> None:
|
See Also