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 * pVal
);
public: HRESULT put_Ixy(
double Ixy
);
|
[Java] |
---|
public double getIxy();
public void setIxy(
double
);
|
[Python - STK API] |
---|
@property
def Ixy(self) -> float:
@Ixy.setter
def Ixy(self, Ixy:float) -> None:
|
See Also