Get the type of attitude profile.
Read-only property
[Visual Basic .NET] |
---|
Public Property AttitudeType() As AgEVeAttitude |
[C#] |
---|
public AgEVeAttitude AttitudeType {get;} |
[Managed C++] |
---|
public: __property AgEVeAttitude get_AttitudeType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AttitudeType( AgEVeAttitude * pVal ); |
[Java] |
---|
public AgEVeAttitude getAttitudeType(); |
[Python - STK API ] |
---|
@property def AttitudeType(self) -> "AgEVeAttitude": |