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