STK AstrogatorSend comments on this topic.
Propagator Property (IAgVAFlightDynamicsRecord)
See Also
Windows





Windows & Linux

Description

The numerical propagator (force model and integrator) configuration associated with this record

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Propagator() As IAgComponentInfo
[C#]
public IAgComponentInfo Propagator {get;}
[Managed C++]
public: __property IAgComponentInfo ^ get_Propagator();
[Unmanaged C++]
public: HRESULT get_Propagator(
    IAgComponentInfo ** ppRetVal
);
[Java]
public IAgComponentInfo getPropagator();
[Python - STK API ]
@property
def Propagator(self) -> "IAgComponentInfo":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.