Sets the burnout type.
| [Visual Basic .NET] |
|---|
Public Sub SetBurnoutType( _ ByVal BurnoutType As AgEVABurnoutType _ ) |
| [C#] |
|---|
public void SetBurnoutType( |
| [Managed C++] |
|---|
public: void SetBurnoutType( |
| [Java] |
|---|
public setBurnoutType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetBurnoutType( |
- 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.
