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