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





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

[Java]
public double getApogeeRadius();public void setApogeeRadius(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1