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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Izz();
public: __property void set_Izz(
double
);

[Unmanaged C++]
public: HRESULT get_Izz(
double * pRetVal
);
public: HRESULT put_Izz(
double NewIzz
);

[Java]
public double getIzz();public void setIzz(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1