STK ObjectsSend comments on this topic.
TargetSlew Property (IAgVeAttPointing)
See Also
Windows





Windows & Linux

Description

Define the time required for the vehicle to move from its basic attitude to its target pointing attitude, and to change from the target pointing attitude back to the basic attitude.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.