STK ObjectsSend comments on this topic.
Eccentricity Property (IAgVeSGP4Segment)
See Also
Windows





Windows & Linux

Description

Value between 1 and 0 representing the ellipticality of the 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 * pVal
);
public: HRESULT put_Eccentricity(
    double Ecc
);
[Java]
public double getEccentricity();
public void setEccentricity(
    double
);
[Python - STK API ]
@property
def Eccentricity(self) -> float:

@Eccentricity.setter
def Eccentricity(self, Ecc:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.