AGI STK Astrogator 11Send comments on this topic.
DerivativeCalcMethod Property (IAgVAProfileDifferentialCorrector)
See Also 
Windows






Windows & Linux

Description

The derivative calculation method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DerivativeCalcMethod() As AgEVADeriveCalcMethod
[C#]
public AgEVADeriveCalcMethod DerivativeCalcMethod {get; set;}
[Managed C++]
public: __property AgEVADeriveCalcMethod get_DerivativeCalcMethod();
public: __property void set_DerivativeCalcMethod(
   AgEVADeriveCalcMethod
);
[Unmanaged C++]
public: HRESULT get_DerivativeCalcMethod(
   AgEVADeriveCalcMethod * pRetVal
);
public: HRESULT put_DerivativeCalcMethod(
   AgEVADeriveCalcMethod NewDerivativeCalcMethod
);
[Java]
public AgEVADeriveCalcMethod getDerivativeCalcMethod();public void setDerivativeCalcMethod(
   AgEVADeriveCalcMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.