STK ObjectsSend comments on this topic.
SetLaunchControlType Method (IAgVeImpactLocationPoint)
See Also
LaunchControl
Windows





Windows & Linux

Description

Method to set the flight parameter type.

Syntax

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

Parameters

LaunchControl

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.