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






Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsLaunchControlTypeSupported( _
   ByVal LaunchControl As AgEVeLaunchControl _
) As Boolean
[C#]
public bool IsLaunchControlTypeSupported(
   AgEVeLaunchControl LaunchControl
);
[Managed C++]
public: bool IsLaunchControlTypeSupported(
   AgEVeLaunchControl LaunchControl
);
[Java]
public bool isLaunchControlTypeSupported(
   AgEVeLaunchControl LaunchControl
);
[Unmanaged C++]
public: HRESULT IsLaunchControlTypeSupported(
   AgEVeLaunchControl LaunchControl,
   VARIANT_BOOL * ReturnValue
);

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.