AGI STK Astrogator 11 Send comments on this topic.
h Property (IAgVAElementEquinoctial)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1