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





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
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