STK ObjectsSend comments on this topic.
SetTrajectoryType Method (IAgMissile)
See Also
Propagator
Windows





Windows & Linux

Description

Method to set the propagator type.

Syntax

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

Parameters

Propagator

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.