AGI STK Objects 11 Send comments on this topic.
IsAttitudeTypeSupported Method (IAgLaunchVehicle)
See Also 
Attitude





Description

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

Syntax

[Visual Basic .NET]
Public Function IsAttitudeTypeSupported( _
   ByVal Attitude As AgEVeAttitude _
) As Boolean

[C#]
public bool IsAttitudeTypeSupported(
AgEVeAttitude Attitude
);

[Managed C++]
public: bool IsAttitudeTypeSupported(
AgEVeAttitude Attitude
);

[Java]
public bool isAttitudeTypeSupported(
AgEVeAttitude Attitude
);

[Unmanaged C++]
public: HRESULT IsAttitudeTypeSupported(
AgEVeAttitude Attitude,
VARIANT_BOOL * ReturnValue
);

Parameters

Attitude
Member Value Description
eAttitudeUnknown -1 Unsupported attitude option
eAttitudeRealTime 1 Real-time: define the vehicle's attitude profile using near-real time attitude data supplied via Connect.
eAttitudeStandard 2 Standard: use a basic, targeted or external attitude profile.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1