STK AstrogatorSend comments on this topic.
SetBurnoutType Method (IAgVAMCSLaunch)
See Also
BurnoutType
Windows





Windows & Linux

Description

Sets the burnout type.

Syntax

[Visual Basic .NET]
Public Sub SetBurnoutType( _
    ByVal BurnoutType As AgEVABurnoutType _
)
[C#]
public void SetBurnoutType(
    AgEVABurnoutType BurnoutType
);
[Managed C++]
public: void SetBurnoutType(
    AgEVABurnoutType BurnoutType
);
[Unmanaged C++]
public: HRESULT SetBurnoutType(
    AgEVABurnoutType BurnoutType
);
[Java]
public void setBurnoutType(
    AgEVABurnoutType BurnoutType
);
[Python - STK API ]
def SetBurnoutType(self, BurnoutType:"AgEVABurnoutType") -> None:

Parameters

BurnoutType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.