AGI STK Objects 11 Send comments on this topic.
SetLaunchControlType Method (IAgVeImpactLocationPoint)
See Also 
LaunchControl





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
Member Value Description
eLaunchControlUnknown -1 Unknown.
eLaunchControlFixedApogeeAlt 0 Fixed apogee altitude.
eLaunchControlFixedDeltaV 1 Fixed Delta V.
eLaunchControlFixedDeltaVMinEcc 2 Fixed Delta V minimum eccentricity.
eLaunchControlFixedTimeOfFlight 3 Fixed time of flight.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1