AGI STK VGT 11 Send comments on this topic.
SignedAngle Property (IAgCrdnAngleDihedral)
See Also 





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

[Java]
public bool getSignedAngle();public void setSignedAngle(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1