AGI STK Astrogator 11 Send comments on this topic.
Eccentricity Property (IAgVAElementKeplerian)
See Also 





Description

Describes the shape of the ellipse (a real number >= 0 and <1, where 0 = a circular orbit). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Eccentricity() As Double

[C#]
public double Eccentricity {get; set;}

[Managed C++]
public: __property double get_Eccentricity();
public: __property void set_Eccentricity(
double
);

[Unmanaged C++]
public: HRESULT get_Eccentricity(
double * pRetVal
);
public: HRESULT put_Eccentricity(
double NewEccentricity
);

[Java]
public double getEccentricity();public void setEccentricity(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1