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





Windows & Linux

Description

The type of the satellite's attitude.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.