Gets or sets the integrator type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property IntegratorType() As AgEAvtrNumericalIntegrator |
| [C#] |
|---|
public AgEAvtrNumericalIntegrator IntegratorType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrNumericalIntegrator get_IntegratorType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrNumericalIntegrator getIntegratorType(); public void setIntegratorType( AgEAvtrNumericalIntegrator ); |
[Python - STK API ] |
|---|
@property def IntegratorType(self) -> "AgEAvtrNumericalIntegrator": @IntegratorType.setter def IntegratorType(self, pVal:"AgEAvtrNumericalIntegrator") -> None: |






