Select to use the fixed or inertial frame.
Read-write property
[Visual Basic .NET] |
---|
Public Property BurnoutOption() As AgEVABurnoutOptions |
[C#] |
---|
public AgEVABurnoutOptions BurnoutOption {get; set;} |
[Managed C++] |
---|
public: __property AgEVABurnoutOptions get_BurnoutOption(); |
[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: |