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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface