AGI STK Astrogator 11 Send comments on this topic.
AltitudeRate Property (IAgVAElementGeodetic)
See Also 





Description

The rate of change of the altitude. Uses Rate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_AltitudeRate();
public: __property void set_AltitudeRate(
double
);

[Unmanaged C++]
public: HRESULT get_AltitudeRate(
double * pRetVal
);
public: HRESULT put_AltitudeRate(
double NewAltitudeRate
);

[Java]
public double getAltitudeRate();public void setAltitudeRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1