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






Windows & Linux

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 * pVal
);
public: HRESULT put_Iyy(
    double Iyy
);
[Java]
public double getIyy();
public void setIyy(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.