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