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






Windows & Linux

Description

Get 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
MemberValueDescription
eAttitudeUnknown-1Unsupported attitude option
eAttitudeRealTime1Real-time: define the vehicle's attitude profile using near-real time attitude data supplied via Connect.
eAttitudeStandard2Standard: use a basic, targeted or external attitude profile.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.