AGI STK Objects 11 Send comments on this topic.
MaximumSlewTime Property (IAgVeAttSlewFixedRate)
See Also 





Description

Limits the maximum slew rate.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaximumSlewTime();
public: __property void set_MaximumSlewTime(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumSlewTime(
double * pRetVal
);
public: HRESULT put_MaximumSlewTime(
double NewMaximumSlewTime
);

[Java]
public double getMaximumSlewTime();public void setMaximumSlewTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1