Constraint the slew rate along the direction of Z axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property PerAxisZ() As Double |
[C#] |
---|
public double PerAxisZ {get; set;} |
[Managed C++] |
---|
public: __property double get_PerAxisZ(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisZ( double * pVal ); public: HRESULT put_PerAxisZ( double PerAxisZ ); |
[Java] |
---|
public double getPerAxisZ(); public void setPerAxisZ( double ); |