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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.