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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerigeeRadius() As Double
[C#]
public double PerigeeRadius {get; set;}
[Managed C++]
public: __property double get_PerigeeRadius();
public: __property void set_PerigeeRadius( double );
[Unmanaged C++]
public: HRESULT get_PerigeeRadius(
    double * pVal
);
public: HRESULT put_PerigeeRadius(
    double vPerigeeRadius
);
[Java]
public double getPerigeeRadius();
public void setPerigeeRadius(
    double
);
[Python - STK API ]
@property
def PerigeeRadius(self) -> float:

@PerigeeRadius.setter
def PerigeeRadius(self, vPerigeeRadius:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.