STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IsAttitudeTypeSupported(
    AgEVeAttitude Attitude,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isAttitudeTypeSupported(
    AgEVeAttitude Attitude
);
[Python - STK API ]
def IsAttitudeTypeSupported(self, Attitude:"AgEVeAttitude") -> bool:

Parameters

Attitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.