STK AviatorSend comments on this topic.
IntegratorType Property (IAgAvtrCalculationOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the integrator type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntegratorType() As AgEAvtrNumericalIntegrator
[C#]
public AgEAvtrNumericalIntegrator IntegratorType {get; set;}
[Managed C++]
public: __property AgEAvtrNumericalIntegrator get_IntegratorType();
public: __property void set_IntegratorType( AgEAvtrNumericalIntegrator );
[Unmanaged C++]
public: HRESULT get_IntegratorType(
    AgEAvtrNumericalIntegrator * pVal
);
public: HRESULT put_IntegratorType(
    AgEAvtrNumericalIntegrator pVal
);
[Java]
public AgEAvtrNumericalIntegrator getIntegratorType();
public void setIntegratorType(
    AgEAvtrNumericalIntegrator
);
[Python - STK API ]
@property
def IntegratorType(self) -> "AgEAvtrNumericalIntegrator":

@IntegratorType.setter
def IntegratorType(self, pVal:"AgEAvtrNumericalIntegrator") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.