STK Vector Geometry ToolSend comments on this topic.
Signed Property (IAgCrdnAngleToPlane)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Signed() As AgECrdnSignedAngleType
[C#]
public AgECrdnSignedAngleType Signed {get; set;}
[Managed C++]
public: __property AgECrdnSignedAngleType get_Signed();
public: __property void set_Signed( AgECrdnSignedAngleType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.