AGI STK VGT 11Send 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 NewSigned
);
[Java]
public AgECrdnSignedAngleType getSigned();public void setSigned(
   AgECrdnSignedAngleType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.