Get the amount by which the nominal value of the parameter should be corrected to achieve the selected goals. Dimension depends on context.
Read-write property
[Visual Basic .NET] |
---|
Public Property Correction() As System.Object |
[C#] |
---|
public System.Object Correction {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Correction(); |
[Unmanaged C++] |
---|
public: HRESULT get_Correction( VARIANT * pVal ); public: HRESULT put_Correction( VARIANT newVal ); |
[Java] |
---|
public AgVariant getCorrection(); public void setCorrection( AgVariant ); |