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





Windows & Linux

Description

Get the propagator.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.