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






Windows & Linux

Description

Product of Inertia between the Y and Z body axes. Uses MomentOfInertia Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Iyz() As Double
[C#]
public double Iyz {get; set;}
[Managed C++]
public: __property double get_Iyz();
public: __property void set_Iyz( double );
[Unmanaged C++]
public: HRESULT get_Iyz(
    double * pVal
);
public: HRESULT put_Iyz(
    double Iyz
);
[Java]
public double getIyz();
public void setIyz(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.