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(
|
[Managed C++] |
---|
public: bool IsAttitudeTypeSupported(
|
[Java] |
---|
public bool isAttitudeTypeSupported(
|
[Unmanaged C++] |
---|
public: HRESULT IsAttitudeTypeSupported(
|
- 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.