AGI STK VGT 11 Send comments on this topic.
Signed Property (IAgCrdnAngleToPlane)
See Also 





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 NewSigned
);

[Java]
public AgECrdnSignedAngleType getSigned();public void setSigned(
AgECrdnSignedAngleType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1