Gets or sets the max pitch rate for the control limits.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxPitchRate() As System.Object |
[C#] |
---|
public System.Object MaxPitchRate {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxPitchRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxPitchRate( VARIANT * pVal ); public: HRESULT put_MaxPitchRate( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMaxPitchRate(); public void setMaxPitchRate( AgVariant ); |