STK AstrogatorSend comments on this topic.
ApoapsisAltitudeShape 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 ApoapsisAltitudeShape() As Double
[C#]
public double ApoapsisAltitudeShape {get; set;}
[Managed C++]
public: __property double get_ApoapsisAltitudeShape();
public: __property void set_ApoapsisAltitudeShape( double );
[Unmanaged C++]
public: HRESULT get_ApoapsisAltitudeShape(
    double * pVal
);
public: HRESULT put_ApoapsisAltitudeShape(
    double InVal
);
[Java]
public double getApoapsisAltitudeShape();
public void setApoapsisAltitudeShape(
    double
);
[Python - STK API ]
@property
def ApoapsisAltitudeShape(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.