Fixed Delta V. Uses Rate Dimension. If this property is set, please set the other properties of this interface explicitly.
Read-write property
[Visual Basic .NET] |
---|
Public Property DeltaV() As Double |
[C#] |
---|
public double DeltaV {get; set;} |
[Managed C++] |
---|
public: __property double get_DeltaV(); |
[Unmanaged C++] |
---|
public: HRESULT get_DeltaV( double * pVal ); public: HRESULT put_DeltaV( double DeltaV ); |
[Java] |
---|
public double getDeltaV(); public void setDeltaV( double ); |