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