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





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 * 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