STK ObjectsSend comments on this topic.
Attitude Property (IAgSatellite)
See Also
Windows





Windows & Linux

Description

Get the Attitude properties of the satellite.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Attitude() As IAgVeAttitude
[C#]
public IAgVeAttitude Attitude {get;}
[Managed C++]
public: __property IAgVeAttitude ^ get_Attitude();
[Unmanaged C++]
public: HRESULT get_Attitude(
    IAgVeAttitude ** ppVal
);
[Java]
public IAgVeAttitude getAttitude();
[Python - STK API ]
@property
def Attitude(self) -> "IAgVeAttitude":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.