AGI STK Astrogator 11Send comments on this topic.
k 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 k() As Double
[C#]
public double k {get; set;}
[Managed C++]
public: __property double get_k();
public: __property void set_k(
   double
);
[Unmanaged C++]
public: HRESULT get_k(
   double * pRetVal
);
public: HRESULT put_k(
   double Newk
);
[Java]
public double getk();public void setk(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.