STK ObjectsSend 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 * pVal
);
public: HRESULT put_MaximumSlewTime(
    double MaximumSlewTime
);
[Java]
public double getMaximumSlewTime();
public void setMaximumSlewTime(
    double
);
[Python - STK API ]
@property
def MaximumSlewTime(self) -> float:

@MaximumSlewTime.setter
def MaximumSlewTime(self, MaximumSlewTime:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.