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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.