Whether to constrain the slew acceleration along the direction of Y axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property PerAxisYAccelEnabled() As Boolean |
[C#] |
---|
public bool PerAxisYAccelEnabled {get; set;} |
[Managed C++] |
---|
public: __property bool get_PerAxisYAccelEnabled(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisYAccelEnabled( VARIANT_BOOL * pVal ); public: HRESULT put_PerAxisYAccelEnabled( VARIANT_BOOL PerAxisYAccelEnabled ); |
[Java] |
---|
public bool getPerAxisYAccelEnabled(); public void setPerAxisYAccelEnabled( bool ); |