AGI STK Objects 11 Send comments on this topic.
PerigeeRadius Property (IAgClassicalSizeShapeRadius)
See Also 





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 * pRetVal
);
public: HRESULT put_PerigeeRadius(
double NewPerigeeRadius
);

[Java]
public double getPerigeeRadius();public void setPerigeeRadius(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1