AGI STK Astrogator 11Send comments on this topic.
h Property (IAgVAElementEquinoctial)
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.