Sets the burnout type.
[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: |
- BurnoutType