Controls whether the angle is measured as either Positive or Negative when the reference Vector is directed toward the plane's normal, or always positive.
Read-write property
[Visual Basic .NET] |
---|
Public Property Signed() As AgECrdnSignedAngleType |
[C#] |
---|
public AgECrdnSignedAngleType Signed {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnSignedAngleType get_Signed(); |
[Unmanaged C++] |
---|
public: HRESULT get_Signed( AgECrdnSignedAngleType * pRetVal ); public: HRESULT put_Signed( AgECrdnSignedAngleType Signed ); |
[Java] |
---|
public AgECrdnSignedAngleType getSigned(); public void setSigned( AgECrdnSignedAngleType ); |
[Python - STK API ] |
---|
@property def Signed(self) -> "AgECrdnSignedAngleType": @Signed.setter def Signed(self, Signed:"AgECrdnSignedAngleType") -> None: |