AGI STK Objects 11 Send comments on this topic.
NutationAngle Property (IAgVeProfileSpinAligned)
See Also 





Description

The nutation angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NutationAngle() As Double

[C#]
public double NutationAngle {get; set;}

[Managed C++]
public: __property double get_NutationAngle();
public: __property void set_NutationAngle(
double
);

[Unmanaged C++]
public: HRESULT get_NutationAngle(
double * pRetVal
);
public: HRESULT put_NutationAngle(
double NewNutationAngle
);

[Java]
public double getNutationAngle();public void setNutationAngle(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1