STK AstrogatorSend 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 * pVal
);
public: HRESULT put_BurnoutOption(
    AgEVABurnoutOptions newVal
);
[Java]
public AgEVABurnoutOptions getBurnoutOption();
public void setBurnoutOption(
    AgEVABurnoutOptions
);
[Python - STK API ]
@property
def BurnoutOption(self) -> "AgEVABurnoutOptions":

@BurnoutOption.setter
def BurnoutOption(self, newVal:"AgEVABurnoutOptions") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.