AGI STK Objects 11Send comments on this topic.
SetLaunchType Method (IAgVePropagatorBallistic)
See Also
Launch
Windows






Windows & Linux

Description

Method to set flight parameters type.

Syntax

[Visual Basic .NET]
Public Sub SetLaunchType( _
    ByVal Launch As AgEVeLaunch _
) As 
[C#]
public void SetLaunchType(
    AgEVeLaunch Launch
);
[Managed C++]
public: void SetLaunchType(
    AgEVeLaunch Launch
);
[Java]
public void setLaunchType(
    AgEVeLaunch Launch
);
[Unmanaged C++]
public: HRESULT SetLaunchType(
    AgEVeLaunch Launch
);

Parameters

Launch

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.