AGI STK Objects 11Send comments on this topic.
ApogeeAlt Property (IAgVeLaunchControlFixedApogeeAlt)
See Also 
Windows






Windows & Linux

Description

Fixed apogee altitude: the vehicle's maximum altitude. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ApogeeAlt() As Double
[C#]
public double ApogeeAlt {get; set;}
[Managed C++]
public: __property double get_ApogeeAlt();
public: __property void set_ApogeeAlt(
   double
);
[Unmanaged C++]
public: HRESULT get_ApogeeAlt(
   double * pRetVal
);
public: HRESULT put_ApogeeAlt(
   double NewApogeeAlt
);
[Java]
public double getApogeeAlt();public void setApogeeAlt(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.