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





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 * pRetVal
);
public: HRESULT put_Iyz(
double NewIyz
);

[Java]
public double getIyz();public void setIyz(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1