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






Windows & Linux

Description

The time required to change attitude

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 * pVal
);
public: HRESULT put_SlewTime(
    double SlewTime
);
[Java]
public double getSlewTime();
public void setSlewTime(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.