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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.