Gets or sets the derivative calculation method.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property DerivativeCalcMethod() As AgEVADeriveCalcMethod |
| [C#] |
|---|
public AgEVADeriveCalcMethod DerivativeCalcMethod {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVADeriveCalcMethod get_DerivativeCalcMethod(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVADeriveCalcMethod getDerivativeCalcMethod(); public void setDerivativeCalcMethod( AgEVADeriveCalcMethod ); |
[Python - STK API ] |
|---|
@property def DerivativeCalcMethod(self) -> "AgEVADeriveCalcMethod": @DerivativeCalcMethod.setter def DerivativeCalcMethod(self, newVal:"AgEVADeriveCalcMethod") -> None: |






