Integration method to be used in propagating the orbit.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntegrationModel() As AgEVeIntegrationModel |
[C#] |
---|
public AgEVeIntegrationModel IntegrationModel {get; set;} |
[Managed C++] |
---|
public: __property AgEVeIntegrationModel get_IntegrationModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_IntegrationModel( AgEVeIntegrationModel * pVal ); public: HRESULT put_IntegrationModel( AgEVeIntegrationModel IntegrationModel ); |
[Java] |
---|
public AgEVeIntegrationModel getIntegrationModel(); public void setIntegrationModel( AgEVeIntegrationModel ); |
[Python - STK API ] |
---|
@property def IntegrationModel(self) -> "AgEVeIntegrationModel": @IntegrationModel.setter def IntegrationModel(self, IntegrationModel:"AgEVeIntegrationModel") -> None: |