AGI STK Objects 11 Send comments on this topic.
IntegrationModel Property (IAgVeIntegrator)
See Also 





Description

Integration method to be used in propagating the orbit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntegrationModel() As AgEVeIntegrationModel

[C#]
public AgEVeIntegrationModel IntegrationModel {get; set;}

[Managed C++]
public: __property AgEVeIntegrationModel get_IntegrationModel();
public: __property void set_IntegrationModel(
AgEVeIntegrationModel
);

[Unmanaged C++]
public: HRESULT get_IntegrationModel(
AgEVeIntegrationModel * pRetVal
);
public: HRESULT put_IntegrationModel(
AgEVeIntegrationModel NewIntegrationModel
);

[Java]
public AgEVeIntegrationModel getIntegrationModel();public void setIntegrationModel(
AgEVeIntegrationModel
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1