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