Whether to constrain the slew rate along the direction of Y axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property PerAxisYEnabled() As Boolean |
[C#] |
---|
public bool PerAxisYEnabled {get; set;} |
[Managed C++] |
---|
public: __property bool get_PerAxisYEnabled(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisYEnabled( VARIANT_BOOL * pVal ); public: HRESULT put_PerAxisYEnabled( VARIANT_BOOL PerAxisYEnabled ); |
[Java] |
---|
public bool getPerAxisYEnabled(); public void setPerAxisYEnabled( bool ); |