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






Windows & Linux

Description

H/K collectively describe the shape of the satellite's orbit and the position of perigee. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property H() As Double
[C#]
public double H {get; set;}
[Managed C++]
public: __property double get_H();
public: __property void set_H(
   double
);
[Unmanaged C++]
public: HRESULT get_H(
   double * pRetVal
);
public: HRESULT put_H(
   double NewH
);
[Java]
public double getH();public void setH(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.