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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function IsAttitudeTypeSupported( _
    ByVal Attitude As AgEVeAttitude _
) As 
[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 * pRetVal
);

Parameters

Attitude

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.