Description
The amount by which the nominal value of the parameter should be corrected to achieve the selected goals. Dimension depends on context.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Correction() As System.Object
|
| [C#] |
|---|
public System.Object Correction {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Correction(); public: __property void set_Correction(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Correction(
VARIANT * pVal
);
public: HRESULT put_Correction(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getCorrection();
public void setCorrection(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Correction(self) -> typing.Any:
@Correction.setter
def Correction(self, newVal:typing.Any) -> None:
|
See Also