AGI STK Objects 11 Send comments on this topic.
Iyy Property (IAgVeInertia)
See Also 





Description

Moment of Inertia about the Y body axis. Uses MomentOfInertia Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Iyy();
public: __property void set_Iyy(
double
);

[Unmanaged C++]
public: HRESULT get_Iyy(
double * pRetVal
);
public: HRESULT put_Iyy(
double NewIyy
);

[Java]
public double getIyy();public void setIyy(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1