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

Parameters

LaunchControl
MemberValueDescription
eLaunchControlUnknown-1Unknown.
eLaunchControlFixedApogeeAlt0Fixed apogee altitude.
eLaunchControlFixedDeltaV1Fixed Delta V.
eLaunchControlFixedDeltaVMinEcc2Fixed Delta V minimum eccentricity.
eLaunchControlFixedTimeOfFlight3Fixed time of flight.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.