AGI STK Objects 11 Send comments on this topic.
SlewTime Property (IAgVeAttPointing)
See Also 





Description

This property is deprecated. Use TargetSlew. The time span 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. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SlewTime() As Double

[C#]
public double SlewTime {get; set;}

[Managed C++]
public: __property double get_SlewTime();
public: __property void set_SlewTime(
double
);

[Unmanaged C++]
public: HRESULT get_SlewTime(
double * pRetVal
);
public: HRESULT put_SlewTime(
double NewSlewTime
);

[Java]
public double getSlewTime();public void setSlewTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1