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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1