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





Description

Moment of Inertia about the X body axis. Uses MomentOfInertia Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Ixx() As Double

[C#]
public double Ixx {get; set;}

[Managed C++]
public: __property double get_Ixx();
public: __property void set_Ixx(
double
);

[Unmanaged C++]
public: HRESULT get_Ixx(
double * pRetVal
);
public: HRESULT put_Ixx(
double NewIxx
);

[Java]
public double getIxx();public void setIxx(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1