AGI STK Astrogator 11 Send comments on this topic.
AltitudeRadius Property (IAgVABurnoutLaunchAzAlt)
See Also 





Description

The altitude of the spacecraft at burnout. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeRadius() As Double

[C#]
public double AltitudeRadius {get; set;}

[Managed C++]
public: __property double get_AltitudeRadius();
public: __property void set_AltitudeRadius(
double
);

[Unmanaged C++]
public: HRESULT get_AltitudeRadius(
double * pRetVal
);
public: HRESULT put_AltitudeRadius(
double NewAltitudeRadius
);

[Java]
public double getAltitudeRadius();public void setAltitudeRadius(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1