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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1