STK AstrogatorSend comments on this topic.
DerivativeCalcMethod Property (IAgVAProfileDifferentialCorrector)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.