Description
Whether to constrain the slew rate along the direction of X axis
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PerAxisXEnabled() As Boolean
|
| [C#] |
|---|
public bool PerAxisXEnabled {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_PerAxisXEnabled(); public: __property void set_PerAxisXEnabled( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PerAxisXEnabled( VARIANT_BOOL * pRetVal ); public: HRESULT put_PerAxisXEnabled( VARIANT_BOOL NewPerAxisXEnabled );
|
| [Java] |
|---|
public bool getPerAxisXEnabled();public void setPerAxisXEnabled( bool );
|
See Also