Constraint the slew rate along the direction of X axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property PerAxisX() As Double |
[C#] |
---|
public double PerAxisX {get; set;} |
[Managed C++] |
---|
public: __property double get_PerAxisX(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisX( double * pVal ); public: HRESULT put_PerAxisX( double PerAxisX ); |
[Java] |
---|
public double getPerAxisX(); public void setPerAxisX( double ); |