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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.