Description
Describes the shape of the ellipse. Uses Distance dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PeriapsisAltitudeShape() As Double
|
[C#] |
---|
public double PeriapsisAltitudeShape {get; set;}
|
[Managed C++] |
---|
public: __property double get_PeriapsisAltitudeShape(); public: __property void set_PeriapsisAltitudeShape(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PeriapsisAltitudeShape(
double * pVal
);
public: HRESULT put_PeriapsisAltitudeShape(
double InVal
);
|
[Java] |
---|
public double getPeriapsisAltitudeShape();
public void setPeriapsisAltitudeShape(
double
);
|
[Python - STK API] |
---|
@property
def PeriapsisAltitudeShape(self) -> float:
@PeriapsisAltitudeShape.setter
def PeriapsisAltitudeShape(self, InVal:float) -> None:
|
See Also