AGI STK Objects 11Send 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 _
) As 
[C#]
public void SetLaunchControlType(
    AgEVeLaunchControl LaunchControl
);
[Managed C++]
public: void SetLaunchControlType(
    AgEVeLaunchControl LaunchControl
);
[Java]
public void setLaunchControlType(
    AgEVeLaunchControl LaunchControl
);
[Unmanaged C++]
public: HRESULT SetLaunchControlType(
    AgEVeLaunchControl LaunchControl
);

Parameters

LaunchControl

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.