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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1