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