Whether to constrain the slew rate along the direction of Z axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property PerAxisZEnabled() As Boolean |
[C#] |
---|
public bool PerAxisZEnabled {get; set;} |
[Managed C++] |
---|
public: __property bool get_PerAxisZEnabled(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisZEnabled( VARIANT_BOOL * pVal ); public: HRESULT put_PerAxisZEnabled( VARIANT_BOOL PerAxisZEnabled ); |
[Java] |
---|
public bool getPerAxisZEnabled(); public void setPerAxisZEnabled( bool ); |