Get the parameters of the central body attitude.
Read-only property
[Visual Basic .NET] |
---|
Public Property DefaultAttitudeData() As IAgVACbAttitude |
[C#] |
---|
public IAgVACbAttitude DefaultAttitudeData {get;} |
[Managed C++] |
---|
public: __property IAgVACbAttitude ^ get_DefaultAttitudeData(); |
[Unmanaged C++] |
---|
public: HRESULT get_DefaultAttitudeData( IAgVACbAttitude ** ppCbAttitude ); |
[Java] |
---|
public IAgVACbAttitude getDefaultAttitudeData(); |
[Python - STK API ] |
---|
@property def DefaultAttitudeData(self) -> "IAgVACbAttitude": |