STK ObjectsSend comments on this topic.
SetPropagatorType Method (IAgSatellite)
See Also
EPropagator
Windows





Windows & Linux

Description

Sets the propagator type.

Syntax

[Visual Basic .NET]
Public Sub SetPropagatorType( _
    ByVal EPropagator As AgEVePropagatorType _
)
[C#]
public void SetPropagatorType(
    AgEVePropagatorType EPropagator
);
[Managed C++]
public: void SetPropagatorType(
    AgEVePropagatorType EPropagator
);
[Unmanaged C++]
public: HRESULT SetPropagatorType(
    AgEVePropagatorType EPropagator
);
[Java]
public void setPropagatorType(
    AgEVePropagatorType EPropagator
);
[Python - STK API ]
def SetPropagatorType(self, EPropagator:"AgEVePropagatorType") -> None:

Parameters

EPropagator

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.