STK ObjectsSend comments on this topic.
ApogeeRadius Property (IAgClassicalSizeShapeRadius)
See Also
Windows





Windows & Linux

Description

Measured from the center of the Earth to the point of maximum radius in the orbit. You can set it together with PerigeeRadius using the SetSizeShapeRadius(ApogeeRadius, PerigeeRadius) method. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ApogeeRadius() As Double
[C#]
public double ApogeeRadius {get; set;}
[Managed C++]
public: __property double get_ApogeeRadius();
public: __property void set_ApogeeRadius( double );
[Unmanaged C++]
public: HRESULT get_ApogeeRadius(
    double * pVal
);
public: HRESULT put_ApogeeRadius(
    double vApogeeRadius
);
[Java]
public double getApogeeRadius();
public void setApogeeRadius(
    double
);
[Python - STK API ]
@property
def ApogeeRadius(self) -> float:

@ApogeeRadius.setter
def ApogeeRadius(self, vApogeeRadius:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.