Constraint the slew rate along the direction of Y axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property PerAxisY() As Double |
[C#] |
---|
public double PerAxisY {get; set;} |
[Managed C++] |
---|
public: __property double get_PerAxisY(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisY( double * pVal ); public: HRESULT put_PerAxisY( double PerAxisY ); |
[Java] |
---|
public double getPerAxisY(); public void setPerAxisY( double ); |