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++] |
---|
public: HRESULT get_DerivativeCalcMethod( AgEVADeriveCalcMethod * pVal ); public: HRESULT put_DerivativeCalcMethod( AgEVADeriveCalcMethod newVal ); |
[Java] |
---|
public AgEVADeriveCalcMethod getDerivativeCalcMethod(); public void setDerivativeCalcMethod( AgEVADeriveCalcMethod ); |
[Python - STK API ] |
---|
@property def DerivativeCalcMethod(self) -> "AgEVADeriveCalcMethod": @DerivativeCalcMethod.setter def DerivativeCalcMethod(self, newVal:"AgEVADeriveCalcMethod") -> None: |