STK AstrogatorSend comments on this topic.
PeriapsisRadiusShape Property (IAgVAElementKeplerian)
See Also
Windows





Windows & Linux

Description

Describes the shape of the ellipse. Uses Distance dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PeriapsisRadiusShape() As Double
[C#]
public double PeriapsisRadiusShape {get; set;}
[Managed C++]
public: __property double get_PeriapsisRadiusShape();
public: __property void set_PeriapsisRadiusShape( double );
[Unmanaged C++]
public: HRESULT get_PeriapsisRadiusShape(
    double * pVal
);
public: HRESULT put_PeriapsisRadiusShape(
    double InVal
);
[Java]
public double getPeriapsisRadiusShape();
public void setPeriapsisRadiusShape(
    double
);
[Python - STK API ]
@property
def PeriapsisRadiusShape(self) -> float:

@PeriapsisRadiusShape.setter
def PeriapsisRadiusShape(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.