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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Ixz() As Double
[C#]
public double Ixz {get; set;}
[Managed C++]
public: __property double get_Ixz();
public: __property void set_Ixz(
   double
);
[Unmanaged C++]
public: HRESULT get_Ixz(
   double * pRetVal
);
public: HRESULT put_Ixz(
   double NewIxz
);
[Java]
public double getIxz();public void setIxz(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.