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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1