Get a value indicating whether the specified type can be used.
[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: |
- Attitude