STK ObjectsSend comments on this topic.
IntegratedAttitude Property (IAgVeOrbitAttitudeStandard)
See Also
Windows





Windows & Linux

Description

Returns a reference to the Integrated Attitude Tool.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IntegratedAttitude() As IAgVeIntegratedAttitude
[C#]
public IAgVeIntegratedAttitude IntegratedAttitude {get;}
[Managed C++]
public: __property IAgVeIntegratedAttitude ^ get_IntegratedAttitude();
[Unmanaged C++]
public: HRESULT get_IntegratedAttitude(
    IAgVeIntegratedAttitude ** ppRetVal
);
[Java]
public IAgVeIntegratedAttitude getIntegratedAttitude();
[Python - STK API ]
@property
def IntegratedAttitude(self) -> "IAgVeIntegratedAttitude":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.