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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Ixy();
public: __property void set_Ixy(
double
);

[Unmanaged C++]
public: HRESULT get_Ixy(
double * pRetVal
);
public: HRESULT put_Ixy(
double NewIxy
);

[Java]
public double getIxy();public void setIxy(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1