AGI STK Astrogator 11 Send comments on this topic.
Inclination Property (IAgVACbEphemerisAnalyticOrbit)
See Also 





Description

The inclination; the angle from the Z axis of the inertial coordinate system to the orbit angular velocity vector. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Inclination() As System.Object

[C#]
public System.Object Inclination {get; set;}

[Managed C++]
public: __property VARIANT get_Inclination();
public: __property void set_Inclination(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Inclination(
VARIANT * pRetVal
);
public: HRESULT put_Inclination(
VARIANT NewInclination
);

[Java]
public Variant getInclination();public void setInclination(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1