Gets or sets the decel G for the Decelerate at mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property DecelG() As Double |
[C#] |
---|
public double DecelG {get; set;} |
[Managed C++] |
---|
public: __property double get_DecelG(); |
[Unmanaged C++] |
---|
public: HRESULT get_DecelG( double * pVal ); public: HRESULT put_DecelG( double newVal ); |
[Java] |
---|
public double getDecelG(); public void setDecelG( double ); |