Whether to constrain the slew acceleration along the direction of Z axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property PerAxisZAccelEnabled() As Boolean |
[C#] |
---|
public bool PerAxisZAccelEnabled {get; set;} |
[Managed C++] |
---|
public: __property bool get_PerAxisZAccelEnabled(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisZAccelEnabled( VARIANT_BOOL * pVal ); public: HRESULT put_PerAxisZAccelEnabled( VARIANT_BOOL PerAxisZAccelEnabled ); |
[Java] |
---|
public bool getPerAxisZAccelEnabled(); public void setPerAxisZAccelEnabled( bool ); |