AGI STK Astrogator 11Send comments on this topic.
SetBurnoutType Method (IAgVAMCSLaunch)
See Also 
BurnoutType
Windows






Windows & Linux

Description

Sets the burnout type.

Syntax

[Visual Basic .NET]
Public Sub SetBurnoutType( _
   ByVal BurnoutType As AgEVABurnoutType _
) 
[C#]
public void SetBurnoutType(
   AgEVABurnoutType BurnoutType
);
[Managed C++]
public: void SetBurnoutType(
   AgEVABurnoutType BurnoutType
);
[Java]
public  setBurnoutType(
   AgEVABurnoutType BurnoutType
);
[Unmanaged C++]
public: HRESULT SetBurnoutType(
   AgEVABurnoutType BurnoutType
);

Parameters

BurnoutType
MemberValueDescription
eVABurnoutTypeGeocentric0Geocentric (Planetocentric) - the burnout point is measured from the center of mass of the Earth or other central body.
eVABurnoutTypeGeodetic1Geodetic (Planetodetic) - the burnout point is measured along the normal to the surface of an ellipsoid defined with reference to the Earth (or other central body).
eVABurnoutTypeLaunchAzRad2Launch Az / Radius - the burnout point is defined in reference to distance downrange along an azimuth, measured from the center of mass of the Earth or other central body.
eVABurnoutTypeLaunchAzAlt3Launch Az / Alt - the burnout point is defined in reference to distance downrange along an azimuth, measured from the surface of the Earth or other central body.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.