AGI STK Astrogator 11Send comments on this topic.
BurnoutOption Property (IAgVABurnoutVelocity)
See Also 
Windows






Windows & Linux

Description

Select to use the fixed or inertial frame.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BurnoutOption() As AgEVABurnoutOptions
[C#]
public AgEVABurnoutOptions BurnoutOption {get; set;}
[Managed C++]
public: __property AgEVABurnoutOptions get_BurnoutOption();
public: __property void set_BurnoutOption(
   AgEVABurnoutOptions
);
[Unmanaged C++]
public: HRESULT get_BurnoutOption(
   AgEVABurnoutOptions * pRetVal
);
public: HRESULT put_BurnoutOption(
   AgEVABurnoutOptions NewBurnoutOption
);
[Java]
public AgEVABurnoutOptions getBurnoutOption();public void setBurnoutOption(
   AgEVABurnoutOptions
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.