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





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
Member Value Description
eVABurnoutTypeGeocentric 0 Geocentric (Planetocentric) - the burnout point is measured from the center of mass of the Earth or other central body.
eVABurnoutTypeGeodetic 1 Geodetic (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).
eVABurnoutTypeLaunchAzRad 2 Launch 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.
eVABurnoutTypeLaunchAzAlt 3 Launch 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1